mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
win32.c: adjust type
* win32/win32.c (NtCmdLineElement): use long instead of int for rb_w32_wstr_to_mbstr. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1242292de9
commit
7d66f95523
1 changed files with 1 additions and 1 deletions
|
@ -1449,7 +1449,7 @@ rb_w32_uaspawn(int mode, const char *prog, char *const *argv)
|
|||
typedef struct _NtCmdLineElement {
|
||||
struct _NtCmdLineElement *next;
|
||||
char *str;
|
||||
int len;
|
||||
long len;
|
||||
int flags;
|
||||
} NtCmdLineElement;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue