Patches to make it possible to compile with mingw, pt. 1

This commit is contained in:
twinaphex 2017-08-29 18:27:46 +02:00
parent 9888d774c8
commit 418e341b32
5 changed files with 10 additions and 2 deletions

View file

@ -77,7 +77,7 @@ ConsoleListener::~ConsoleListener()
Close();
}
#ifdef _WIN32
#if defined(_WIN32) && !defined(__MINGW32__)
// Handle console event
bool WINAPI ConsoleHandler(DWORD msgType)
{