mirror of
https://github.com/janbodnar/Windows-API-examples.git
synced 2024-11-14 15:55:30 +00:00
Create winmain_ex.c
This commit is contained in:
parent
25ab401d45
commit
d07744be62
9
main/winmain_ex.c
Normal file
9
main/winmain_ex.c
Normal file
@ -0,0 +1,9 @@
|
||||
#include <windows.h>
|
||||
|
||||
int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
|
||||
PWSTR szCmdLine, int CmdShow) {
|
||||
|
||||
MessageBoxW(NULL, szCmdLine, L"Title", MB_OK);
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
Loading…
Reference in New Issue
Block a user