diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/simple-gettext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/simple-gettext.c b/util/simple-gettext.c index 500226709..db229437d 100644 --- a/util/simple-gettext.c +++ b/util/simple-gettext.c @@ -27,7 +27,7 @@ #include <config.h> #ifdef USE_SIMPLE_GETTEXT -#if defined (__MINGW32__) || defined (__CYGWIN32__) +#if !defined (__MINGW32__) && !defined (__CYGWIN32__) #error This file can only be used with MingW32 or Cygwin32 #endif |