summaryrefslogtreecommitdiff
path: root/gcc/protoize.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-16 22:36:33 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-16 22:36:33 +0000
commit83be7dc4cd1b77a9c62e5f60c0a98389032b479d (patch)
treee78afc664e978a89809766b13bd2d0d36cc0c595 /gcc/protoize.c
parentd62896145ec40c5cd802ba0ce23acf8f60274301 (diff)
downloadgcc-83be7dc4cd1b77a9c62e5f60c0a98389032b479d.tar.gz
Changed WINNT to _WIN32.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9732 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r--gcc/protoize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c
index bc28ad10c41..920e7a78ca5 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 ();