* protoize.c: Update test for win32 (&& ! cygwin32).
(kill): Delete decl.
From-SVN: r12650
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
-#ifndef _WIN32
+#if ! defined (_WIN32) || defined (__CYGWIN32__)
#if defined(POSIX) || defined(CONCURRENT)
#include <dirent.h>
#else
typedef void voidfn ();
extern VOLATILE voidfn abort;
#endif
-#ifndef _WIN32
-extern int kill ();
-#endif
extern int creat ();
#if 0 /* These conflict with stdio.h on some systems. */
extern int fprintf (FILE *, const char *, ...);