diff options
Diffstat (limited to 'Win32/Src/getopt.c')
-rw-r--r-- | Win32/Src/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Win32/Src/getopt.c b/Win32/Src/getopt.c index 03c2086e..f5e62daa 100644 --- a/Win32/Src/getopt.c +++ b/Win32/Src/getopt.c @@ -59,7 +59,7 @@ getopt(nargc, nargv, ostr) char * const *nargv; const char *ostr; { -#ifdef WIN32 +#ifdef _WIN32 char *__progname="windump"; #else extern char *__progname; |