diff options
Diffstat (limited to 'util/w32reg.c')
-rw-r--r-- | util/w32reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/w32reg.c b/util/w32reg.c index aa507b2d7..edc77ced9 100644 --- a/util/w32reg.c +++ b/util/w32reg.c @@ -19,7 +19,7 @@ */ #include <config.h> -#if defined (__MINGW32__) || defined (__CYGWIN32__) +#if defined (_WIN32) || defined (__CYGWIN32__) /* This module is only used in this environment */ #include <stdio.h> |