extras/audio/dsound: Fixed compilation issue with MinGW-w64
authorJerome St-Louis <jerome@ecere.com>
Thu, 28 Mar 2013 04:44:23 +0000 (00:44 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 28 Mar 2013 04:44:23 +0000 (00:44 -0400)
extras/audio/dsound.ec

index 51b0659..5712cd4 100644 (file)
@@ -7,6 +7,7 @@
 #define WIN32_LEAN_AND_MEAN
 #define MessageBox _MessageBox
 #define Array _Array
+#define String _String
 
 #include <windows.h>
 
@@ -18,6 +19,7 @@
 #undef Method
 #undef Function
 #undef int64
+#undef String
 
 import "audio"