Unverified Commit 8bc9a79e authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #4869 from dearblue/mingw32-io-test

Fix mruby-io test for mingw32
parents 6a22fa7f ec1ef925
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment