From 1242292de90d8855fe71a2b22455daed1b37fefc Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 15 Apr 2014 10:39:36 +0000 Subject: * include/ruby/win32.h (rb_w32_cmdvector): removed. * win32/win32.c (rb_w32_sysinit): use WCHAR version of GetCommandLine() internally. * win32/win32.c (w32_cmdvector): renamed from rb_w32_cmdvector. use WCHAR* instead of char* internally. these changes are expected to not changing the behavior yet. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/win32.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/ruby/win32.h b/include/ruby/win32.h index e2a823aded..a6996bc95a 100644 --- a/include/ruby/win32.h +++ b/include/ruby/win32.h @@ -263,7 +263,6 @@ struct ifaddrs { #endif extern DWORD rb_w32_osid(void); -extern int rb_w32_cmdvector(const char *, char ***); extern rb_pid_t rb_w32_pipe_exec(const char *, const char *, int, int *, int *); extern int flock(int fd, int oper); extern int rb_w32_io_cancelable_p(int); -- cgit v1.2.3