Try to avoid more Windows.h name collisions

I was hearing that DrawText would conflict.
This commit is contained in:
Clownacy 2020-07-08 02:27:37 +01:00
parent 72af19d056
commit 04fca693ad

View file

@ -2,6 +2,7 @@
#ifdef _WIN32 #ifdef _WIN32
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#define NODRAWTEXT
#include <windows.h> #include <windows.h>
#undef FindResource #undef FindResource
#else #else