diff src/process.h @ 100:4be1180a9e89 r20-1b2

Import from CVS: tag r20-1b2
author cvs
date Mon, 13 Aug 2007 09:15:11 +0200
parents 376386a54a3c
children 3d6bfa290dbd
line wrap: on
line diff
--- a/src/process.h	Mon Aug 13 09:13:58 2007 +0200
+++ b/src/process.h	Mon Aug 13 09:15:11 2007 +0200
@@ -120,7 +120,12 @@
 		     CONST char *current_dir);
 #endif
 
-void child_setup (int in, int out, int err, 
+#ifdef WINDOWSNT
+int
+#else
+void
+#endif
+child_setup (int in, int out, int err, 
 		  char **new_argv, CONST char *current_dir);
 
 Charcount read_process_output (Lisp_Object proc);