Some obsolete flags removed, some useless compiler flags removed & shit. Nothing...
[reactos.git] / rostests / win32 / user32 / sysicon / sysicon.c
index 84802a1..0e74fbb 100644 (file)
@@ -66,9 +66,9 @@ LRESULT CALLBACK WndProc(HWND hWnd,
        return DefWindowProc(hWnd, msg, wParam, lParam);
 }
 
-int APIENTRY WinMain(HINSTANCE hInst,
+int APIENTRY wWinMain(HINSTANCE hInst,
     HINSTANCE hPrevInstance,
-    LPSTR lpCmdLine,
+    LPWSTR lpCmdLine,
     int nCmdShow)
 {
        HWND hWnd1, hWnd2, hWnd3;