mirror of
https://github.com/janbodnar/Windows-API-examples.git
synced 2024-11-24 11:25:30 +00: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);
|
MessageBoxW(NULL, szCmdLine, L"Title", MB_OK);
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user