mirror of
https://github.com/mirror/tinycc.git
synced 2024-12-28 04:00:06 +08:00
win32: fix implicit function warning
This includes windows.h to fix a warning about an implicit function usage of ExitProcess().
This commit is contained in:
parent
26b26f355f
commit
1e07ea71d3
@ -2,6 +2,8 @@
|
||||
// crt1.c
|
||||
|
||||
#include <stdlib.h>
|
||||
// For ExitProcess
|
||||
#include <windows.h>
|
||||
|
||||
#define __UNKNOWN_APP 0
|
||||
#define __CONSOLE_APP 1
|
||||
|
Loading…
Reference in New Issue
Block a user