Fix compilation with mingw/gcc-8

This commit is contained in:
Robin Gareus 2020-12-10 20:21:18 +01:00
parent 4ef6ba0039
commit 1db219b3d8
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -1,6 +1,7 @@
/* STATIC FUNCTIONS -- INCLUDE DIRECTLY BEFORE main () */
#if (!defined COMPILER_MSVC && defined PLATFORM_WINDOWS)
#include <windows.h>
static FILE* pStdOut = 0;
static FILE* pStdErr = 0;