Fix wrong quotes.

This commit is contained in:
Andrey Akhmichin 2020-03-21 18:51:14 +05:00
parent 9f93606b50
commit fa50aeeb0c

View File

@ -42,7 +42,7 @@
#define NOMCX #define NOMCX
#define NOIME #define NOIME
#define HSPRITE HSPRITE_win32 #define HSPRITE HSPRITE_win32
#include "windows.h" #include <windows.h>
#undef HSPRITE #undef HSPRITE
#else // _WIN32 #else // _WIN32
#ifndef FALSE #ifndef FALSE