mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-27 06:10:06 +08:00
win32: wincrt1.c: include stdlib.h for exit()
This commit is contained in:
parent
263dc93cfa
commit
4c2941d248
@ -1,6 +1,7 @@
|
||||
//+---------------------------------------------------------------------------
|
||||
|
||||
#include <windows.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define __UNKNOWN_APP 0
|
||||
#define __CONSOLE_APP 1
|
||||
|
Loading…
Reference in New Issue
Block a user