X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fsysdep.h;h=0e374c2e5cc8fdeef1d6155fb0836b527f737720;hb=57bf633187a745973c8f0e0220e3aad79a83462f;hp=c5476ded18d6fe28fb69d922341c2a2da5c4cb0d;hpb=2fd9701a4f902054649dde9143a3f77809afee8f;p=chise%2Fxemacs-chise.git.1 diff --git a/src/sysdep.h b/src/sysdep.h index c5476de..0e374c2 100644 --- a/src/sysdep.h +++ b/src/sysdep.h @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ #include -#ifndef WINDOWSNT +#ifndef WIN32_NATIVE extern char **environ; #endif @@ -50,10 +50,7 @@ Bufbyte get_eof_char (int fd); /* Wait for subprocess with process id `pid' to terminate and make sure it will get eliminated (not remain forever as a zombie) */ -#ifdef WINDOWSNT -#include -void wait_for_termination (HANDLE pid); -#else +#ifndef WIN32_NATIVE void wait_for_termination (int pid); #endif @@ -168,11 +165,6 @@ int dup2 (int oldd, int newd); const char *strerror (int); #endif -#ifdef WINDOWSNT -void mswindows_set_errno (unsigned long win32_error); -void mswindows_set_last_errno (void); -#endif - int interruptible_open (const char *path, int oflag, int mode); #ifndef HAVE_H_ERRNO