diff options
author | Rene Engelhard <rene@openoffice.org> | 2010-06-15 17:03:33 +0200 |
---|---|---|
committer | Rene Engelhard <rene@openoffice.org> | 2010-06-15 17:03:33 +0200 |
commit | 0dd98715129101405b1ac9ef3b5394c152fbe86f (patch) | |
tree | f6e7dcedb38d1001c3d3e063e335b9f01e53eab4 /soltools/cpp | |
parent | abc449af641254a08b96efa1189293f5048b65f6 (diff) |
systemlibc: s/WINNT/WNT/
Diffstat (limited to 'soltools/cpp')
-rw-r--r-- | soltools/cpp/_unix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/soltools/cpp/_unix.c b/soltools/cpp/_unix.c index 792607443ad1..02ecaa9e9610 100644 --- a/soltools/cpp/_unix.c +++ b/soltools/cpp/_unix.c @@ -12,7 +12,7 @@ #include "cpp.h" -#if defined MACOSX || defined WINNT +#if defined MACOSX || defined WNT extern int stgetopt(int, char *const *, const char *); extern char *optarg; extern int optind; @@ -40,7 +40,7 @@ void Tokenrow tr; setup_kwtab(); -#if defined MACOSX || defined WINNT +#if defined MACOSX || defined WNT while ((c = stgetopt(argc, argv, "NOPV:I:D:U:F:A:X:u:l:+")) != -1) #else while ((c = getopt(argc, argv, "NOPV:I:D:U:F:A:X:u:l:+")) != -1) |