aboutsummaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/util.h b/include/util.h
index 978b37eed..179f05f16 100644
--- a/include/util.h
+++ b/include/util.h
@@ -20,7 +20,7 @@
#ifndef G10_UTIL_H
#define G10_UTIL_H
-#if defined (__MINGW32__) || defined (__CYGWIN32__)
+#if defined (_WIN32) || defined (__CYGWIN32__)
#include <stdarg.h>
#endif
@@ -233,7 +233,7 @@ int strncasecmp (const char *, const char *b, size_t n);
#define memmove(d, s, n) bcopy((s), (d), (n))
#endif
-#if defined (__MINGW32__)
+#if defined (_WIN32)
/*-- w32reg.c --*/
char *read_w32_registry_string( const char *root,
const char *dir, const char *name );