aboutsummaryrefslogtreecommitdiffstats
path: root/util/simple-gettext.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-08-28 23:29:32 +0000
committerDavid Shaw <[email protected]>2003-08-28 23:29:32 +0000
commitcd067051840c14fe83654784f34576c79a298490 (patch)
tree5b45636c2750b6c199d28d40413c45ddb8a8a2bc /util/simple-gettext.c
parent* options.h, g10.c (main): Add list-option list-preferred-keyserver. (diff)
downloadgnupg-cd067051840c14fe83654784f34576c79a298490.tar.gz
gnupg-cd067051840c14fe83654784f34576c79a298490.zip
* dotlock.c, http.c, iobuf.c, simple-gettext.c, srv.c, srv.h, strgutil.c,
ttyio.c, w32reg.c: s/__MINGW32__/_WIN32/ to help building on native Windows compilers. Requested by Brian Gladman. From Werner on stable branch. * http.c (connect_server): Oops - forgot to freeaddrinfo().
Diffstat (limited to '')
-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 5d29804f1..151e7b326 100644
--- a/util/simple-gettext.c
+++ b/util/simple-gettext.c
@@ -27,8 +27,8 @@
#include <config.h>
#ifdef USE_SIMPLE_GETTEXT
-#if !defined (__MINGW32__) && !defined (__CYGWIN32__)
-#error This file can only be used with MingW32 or Cygwin32
+#if !defined (_WIN32) && !defined (__CYGWIN32__)
+#error This file can only be used udner Windows or Cygwin32
#endif
#include <stdio.h>