win32: wincrt1.c: include stdlib.h for exit()

This commit is contained in:
grischka
2013-02-04 16:12:17 +01:00
parent 263dc93cfa
commit 4c2941d248

View File

@ -1,6 +1,7 @@
//+--------------------------------------------------------------------------- //+---------------------------------------------------------------------------
#include <windows.h> #include <windows.h>
#include <stdlib.h>
#define __UNKNOWN_APP 0 #define __UNKNOWN_APP 0
#define __CONSOLE_APP 1 #define __CONSOLE_APP 1