Commit in reactos/lib/shell32 on MAIN | |||
dialogs.c | +1 | -1 | 1.10 -> 1.11 |
Fix compile-time warning, spotted by Sylvain Petreolle <spetreolle@yahoo.fr>
diff -u -r1.10 -r1.11 --- dialogs.c 1 Aug 2004 15:56:15 -0000 1.10 +++ dialogs.c 7 Sep 2004 14:27:04 -0000 1.11 @@ -164,7 +164,7 @@
psz = malloc (ic + 2) ; GetWindowTextA (htxt, psz, ic + 1) ;
- if ((ShellExecuteA(NULL, _T("open"), psz, NULL, NULL, SW_SHOWNORMAL)) < 33)
+ if (ShellExecuteA(NULL, "open", psz, NULL, NULL, SW_SHOWNORMAL) < (HINSTANCE)33)
{ char *pszSysMsg = NULL ; FormatMessageA (