From d80285a9fe71b2e5474c66614d48ad03f0d17d6b Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 4 Jan 2003 06:26:10 +0000 Subject: * process.c (rb_proc_exec): use same logic as DJGPP on win32 ports. * process.c (rb_f_system): ditto. * win32/win32.c, win32/win32.h (do_aspawn): [new]. for arrayed arguments. * win32/win32.c (CreateChild): add new argument for real filename of executing process. * win32/win32.c (NtHasRedirection, pipe_exec): follow above change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/win32.h | 1 + 1 file changed, 1 insertion(+) (limited to 'win32/win32.h') diff --git a/win32/win32.h b/win32/win32.h index b0d03d0902..7cdf0a6319 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -207,6 +207,7 @@ extern int link(char *, char *); extern int gettimeofday(struct timeval *, struct timezone *); extern pid_t waitpid (pid_t, int *, int); extern int do_spawn(char *); +extern int do_aspawn(char *, char **); extern int kill(int, int); extern pid_t rb_w32_getpid(void); -- cgit v1.2.3