mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove this too - we will use UNICODE and _UNICODE defines for
mingw build
This commit is contained in:
parent
cc24b158ac
commit
78b6636a2b
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ ConsoleListener::~ConsoleListener()
|
||||||
Close();
|
Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(__MINGW32__)
|
#if defined(_WIN32)
|
||||||
// Handle console event
|
// Handle console event
|
||||||
bool WINAPI ConsoleHandler(DWORD msgType)
|
bool WINAPI ConsoleHandler(DWORD msgType)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue