[ROSAPPS] put -Wno-unused-but-set-variable between a if(NOT MSVC) to really make...
[reactos.git] / rosapps / applications / sysutils / utils / rosperf / rosperf.c
index 77148a8..8f9acf4 100644 (file)
@@ -858,9 +858,9 @@ ProcessCommandLine(PPERF_INFO PerfInfo, unsigned *TestCount, PTEST *Tests)
 }
 
 int WINAPI
-WinMain(HINSTANCE hInstance,
+wWinMain(HINSTANCE hInstance,
        HINSTANCE hPrevInstance,
-       LPSTR lpszCmdLine,
+       LPWSTR lpszCmdLine,
        int nCmdShow)
 {
   PTEST Tests;