shithub: cstory

Download patch

ref: 05fb5cf106ad47df77e56ae3660ac4275810d54c
parent: 406ff1890954a97738f9522e88c0c51ab8cb8a01
author: Clownacy <Clownacy@users.noreply.github.com>
date: Fri Mar 13 18:01:02 EDT 2020

Fix build error with MinGW

--- a/src/Organya.cpp
+++ b/src/Organya.cpp
@@ -23,8 +23,10 @@
 #include "Sound.h"
 
 // Visual Studio 6 is missing this
+#ifdef _MSC_VER
 #ifndef DWORD_PTR
 #define DWORD_PTR DWORD
+#endif
 #endif
 
 #define PANDUMMY 0xFF