From 04fca693ad466397f45a5f9e226ad1f7d345ffdb Mon Sep 17 00:00:00 2001 From: Clownacy Date: Wed, 8 Jul 2020 02:27:37 +0100 Subject: [PATCH] Try to avoid more Windows.h name collisions I was hearing that DrawText would conflict. --- src/WindowsWrapper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/WindowsWrapper.h b/src/WindowsWrapper.h index 50a61ea8..01e87c96 100644 --- a/src/WindowsWrapper.h +++ b/src/WindowsWrapper.h @@ -2,6 +2,7 @@ #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN +#define NODRAWTEXT #include #undef FindResource #else