We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed297cf commit 24fde75Copy full SHA for 24fde75
compat/WinMain.c
@@ -1,6 +1,7 @@
1
#ifdef UNICODE
2
#define WIN32_LEAN_AND_MEAN
3
#include <windows.h>
4
+#include <stdlib.h>
5
6
INT WINAPI
7
wWinMain(HINSTANCE hInstance,
0 commit comments