diff options
Diffstat (limited to 'tools/shmtest.c')
-rw-r--r-- | tools/shmtest.c | 6 |
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 |