mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
fix build for MSVC
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include <string.h>
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
#include <windows.h>
|
||||
#include <io.h>
|
||||
#define NULL_FILE "NUL"
|
||||
#define UNLINK _unlink
|
||||
#define GETCWD _getcwd
|
||||
|
||||
Reference in New Issue
Block a user