Patches to make it possible to compile with mingw, pt. 1
This commit is contained in:
parent
9888d774c8
commit
418e341b32
5 changed files with 10 additions and 2 deletions
|
@ -77,7 +77,7 @@ ConsoleListener::~ConsoleListener()
|
|||
Close();
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32) && !defined(__MINGW32__)
|
||||
// Handle console event
|
||||
bool WINAPI ConsoleHandler(DWORD msgType)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue