mirror of
https://github.com/frida/tinycc
synced 2025-02-24 03:04:02 +03: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…
x
Reference in New Issue
Block a user