Try to avoid more Windows.h name collisions
I was hearing that DrawText would conflict.
This commit is contained in:
parent
72af19d056
commit
04fca693ad
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue