Mercurial > hg > xemacs-beta
diff src/sysdep.h @ 357:4711e16a8e49 r21-1-8
Import from CVS: tag r21-1-8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:57:04 +0200 |
parents | e11d67e05968 |
children | cc15677e0335 |
line wrap: on
line diff
--- a/src/sysdep.h Mon Aug 13 10:56:23 2007 +0200 +++ b/src/sysdep.h Mon Aug 13 10:57:04 2007 +0200 @@ -48,7 +48,12 @@ /* 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)