X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fsysdep.h;h=0e374c2e5cc8fdeef1d6155fb0836b527f737720;hp=c5476ded18d6fe28fb69d922341c2a2da5c4cb0d;hb=762383636a99307282c2d93d26c35c046ec24da1;hpb=e31bfd1501359ce20fe1caf6b913a019318ec83c 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