This is why we can't have nice things. Reverting r40536, r40537, due to RosBE differe...
[reactos.git] / rostests / win32 / user32 / drawcaption / drawcap.c
index 2e31ee4..601d49f 100644 (file)
@@ -180,7 +180,7 @@ LRESULT CALLBACK CaptWndProc(HWND hWnd,
 }
 
 
-int wmain(int argc, wchar_t**argv)
+INT main(INT argc, CHAR **argv)
 {
        HWND hWnd;
        MSG msg;
@@ -205,7 +205,7 @@ int wmain(int argc, wchar_t**argv)
                return 0;
        }
 
-       testnum = _wtoi(argv[1]);
+       testnum = atoi(argv[1]);
        if(testnum < 1 || testnum > 8)
        {
                printf("Unknown test %d\n", testnum);