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:
James Buren 2014-11-03 16:16:03 -06:00
parent 26b26f355f
commit 1e07ea71d3

View File

@ -2,6 +2,8 @@
// crt1.c
#include <stdlib.h>
// For ExitProcess
#include <windows.h>
#define __UNKNOWN_APP 0
#define __CONSOLE_APP 1