Skip to content

Commit

Permalink
Remove this too - we will use UNICODE and _UNICODE defines for
Browse files Browse the repository at this point in the history
mingw build
  • Loading branch information
inactive123 committed Aug 29, 2017
1 parent cc24b15 commit 78b6636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/ConsoleListener.cpp
Expand Up @@ -77,7 +77,7 @@ ConsoleListener::~ConsoleListener()
Close();
}

#if defined(_WIN32) && !defined(__MINGW32__)
#if defined(_WIN32)
// Handle console event
bool WINAPI ConsoleHandler(DWORD msgType)
{
Expand Down

0 comments on commit 78b6636

Please sign in to comment.