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
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue