aboutsummaryrefslogtreecommitdiffstats
path: root/util/simple-gettext.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/simple-gettext.c')
-rw-r--r--util/simple-gettext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/simple-gettext.c b/util/simple-gettext.c
index 461c357d7..500226709 100644
--- a/util/simple-gettext.c
+++ b/util/simple-gettext.c
@@ -27,8 +27,8 @@
#include <config.h>
#ifdef USE_SIMPLE_GETTEXT
-#ifndef __MINGW32__
- #error This file can only be used with MinGW32
+#if defined (__MINGW32__) || defined (__CYGWIN32__)
+ #error This file can only be used with MingW32 or Cygwin32
#endif
#include <stdio.h>