Skip to content

Commit 24fde75

Browse files
committed
fix compat/WinMain.c
1 parent ed297cf commit 24fde75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compat/WinMain.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifdef UNICODE
22
#define WIN32_LEAN_AND_MEAN
33
#include <windows.h>
4+
#include <stdlib.h>
45

56
INT WINAPI
67
wWinMain(HINSTANCE hInstance,

0 commit comments

Comments
 (0)