diff options
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r-- | gcc/protoize.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c index bc28ad1..920e7a7 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -64,7 +64,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <errno.h> #include <sys/types.h> #include <sys/stat.h> -#ifndef WINNT +#ifndef _WIN32 #if defined(POSIX) || defined(CONCURRENT) #include <dirent.h> #else @@ -169,7 +169,7 @@ typedef char * const_pointer_type; typedef void voidfn (); extern VOLATILE voidfn abort; #endif -#ifndef WINNT +#ifndef _WIN32 extern int kill (); #endif extern int creat (); |