aboutsummaryrefslogtreecommitdiffstats
path: root/tools/shmtest.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-02-10 16:22:40 +0000
committerWerner Koch <[email protected]>1999-02-10 16:22:40 +0000
commit9a4f506a18ed04f5dbd69d74ec0c35ade79e357a (patch)
tree07178f77cb23862b045b0edf8a2bc5ce188432cd /tools/shmtest.c
parentSee ChangeLog: Sun Jan 24 18:16:26 CET 1999 Werner Koch (diff)
downloadgnupg-9a4f506a18ed04f5dbd69d74ec0c35ade79e357a.tar.gz
gnupg-9a4f506a18ed04f5dbd69d74ec0c35ade79e357a.zip
See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner Koch
Diffstat (limited to '')
-rw-r--r--tools/shmtest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/shmtest.c b/tools/shmtest.c
index 53637e174..1cfb9b4ed 100644
--- a/tools/shmtest.c
+++ b/tools/shmtest.c
@@ -19,10 +19,10 @@
#include "ttyio.h"
#include "i18n.h"
-#ifdef __MINGW32__
+#ifdef HAVE_DOSISH_SYSTEM
int main( int argc, char **argv )
{
- fprintf(stderr, "Sorry, not yet available for Windoze\n");
+ fprintf(stderr, "Sorry, not yet available for DOSish systems\n");
exit(1);
}
#else
@@ -193,4 +193,4 @@ main(int argc, char **argv)
}
-#endif /* !__MINGW32__ */
+#endif