win32.c: suppress warnings
* win32/win32.c (set_pioinfo_extra): remove "/*" within comment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7e5b1b65f5
commit
cc0ffc5517
@ -2378,7 +2378,7 @@ set_pioinfo_extra(void)
|
|||||||
HMODULE mod = GetModuleHandle("ucrtbase.dll");
|
HMODULE mod = GetModuleHandle("ucrtbase.dll");
|
||||||
char *p = (char*)GetProcAddress(mod, "_isatty");
|
char *p = (char*)GetProcAddress(mod, "_isatty");
|
||||||
char *pend = p + 100;
|
char *pend = p + 100;
|
||||||
/* _osfile(fh) & FDEV /*0x40*/
|
/* _osfile(fh) & FDEV */
|
||||||
#if _WIN64
|
#if _WIN64
|
||||||
int32_t rel;
|
int32_t rel;
|
||||||
char *rip;
|
char *rip;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user