mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #4869 from dearblue/mingw32-io-test
Fix mruby-io test for mingw32
This commit is contained in:
@@ -18,7 +18,7 @@ typedef int mode_t;
|
||||
#define open _open
|
||||
#define close _close
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) || defined(__MINGW32__)
|
||||
#include <sys/stat.h>
|
||||
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user