win32: wincrt1.c: include stdlib.h for exit()
This commit is contained in:
parent
263dc93cfa
commit
4c2941d248
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
//+---------------------------------------------------------------------------
|
||||
|
||||
#include <windows.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define __UNKNOWN_APP 0
|
||||
#define __CONSOLE_APP 1
|
||||
|
|
Loading…
Reference in a new issue