fixed unicode input on windows

This commit is contained in:
2026-01-09 11:12:34 +05:00
parent 1ce7090bd6
commit d417b5bbd5
2 changed files with 1 additions and 5 deletions

View File

@@ -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