fixed unicode input on windows
This commit is contained in:
@@ -15,10 +15,6 @@
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
// fix windows.h name clash, coincidentally they have the same values
|
||||
#undef TimEvent_Key // 0x0001
|
||||
#undef TimEvent_Mouse // 0x0002
|
||||
|
||||
#ifdef _MSC_VER
|
||||
// disable integer conversion warnings
|
||||
|
||||
Reference in New Issue
Block a user