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

master
grischka 2013-02-04 16:12:17 +01:00
parent 263dc93cfa
commit 4c2941d248
1 changed files with 1 additions and 0 deletions

View File

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