shithub: cstory

Download patch

ref: 04fca693ad466397f45a5f9e226ad1f7d345ffdb
parent: 72af19d05635635ddb2a1cb90cb56eec40ecfabf
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Jul 7 22:27:37 EDT 2020

Try to avoid more Windows.h name collisions

I was hearing that DrawText would conflict.

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