aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c
index dc4d2848ee..3e126e64fc 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -424,7 +424,7 @@ NtInitialize(int *argc, char ***argv)
//
// subvert cmd.exe's feeble attempt at command line parsing
//
- *argc = make_cmdvector(GetCommandLine(), argv);
+ *argc = rb_w32_cmdvector(GetCommandLine(), argv);
//
// Now set up the correct time stuff