Remove this too - we will use UNICODE and _UNICODE defines for

mingw build
This commit is contained in:
twinaphex 2017-08-29 18:49:36 +02:00
parent cc24b158ac
commit 78b6636a2b

View file

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