mirror of
https://github.com/janbodnar/Windows-API-examples.git
synced 2026-07-14 10:12:48 -04:00
Update winmain_ex.c
This commit is contained in:
parent
cebfb2513d
commit
ed170d287a
@ -5,5 +5,5 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
|
||||
|
||||
MessageBoxW(NULL, szCmdLine, L"Title", MB_OK);
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user