summaryrefslogtreecommitdiffstats
path: root/loader/com.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/com.h')
-rw-r--r--loader/com.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/com.h b/loader/com.h
index 4f8e180684..d9911317bc 100644
--- a/loader/com.h
+++ b/loader/com.h
@@ -13,7 +13,7 @@
* Internal functions and structures for COM emulation code.
*/
-#if !defined(WIN32) || defined(__CYGWIN__) || defined(__MINGW32)
+#if !defined(WIN32) || defined(__CYGWIN__) || defined(__MINGW32__)
#ifdef __cplusplus
extern "C" {