diff src/sysdep.h @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 4711e16a8e49
children 8626e4521993
line wrap: on
line diff
--- a/src/sysdep.h	Mon Aug 13 11:01:58 2007 +0200
+++ b/src/sysdep.h	Mon Aug 13 11:03:08 2007 +0200
@@ -48,12 +48,7 @@
 
 /* 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 <windows.h>
-void wait_for_termination (HANDLE pid);
-#else
 void wait_for_termination (int pid);
-#endif
 
 /* flush any pending output
  * (may flush input as well; it does not matter the way we use it)