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:
@ -2,6 +2,8 @@
|
|||||||
// crt1.c
|
// crt1.c
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
// For ExitProcess
|
||||||
|
#include <windows.h>
|
||||||
|
|
||||||
#define __UNKNOWN_APP 0
|
#define __UNKNOWN_APP 0
|
||||||
#define __CONSOLE_APP 1
|
#define __CONSOLE_APP 1
|
||||||
|
|||||||
Reference in New Issue
Block a user