mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Use underbar'ed name to get rid of warnings
This commit is contained in:
@@ -13,7 +13,7 @@ printstr(mrb_state *mrb, mrb_value obj)
|
||||
{
|
||||
if (mrb_string_p(obj)) {
|
||||
#if defined(_WIN32)
|
||||
if (isatty(fileno(stdout))) {
|
||||
if (_isatty(_fileno(stdout))) {
|
||||
DWORD written;
|
||||
int mlen = RSTRING_LEN(obj);
|
||||
char* utf8 = RSTRING_PTR(obj);
|
||||
|
||||
Reference in New Issue
Block a user