Commit ce29e250 authored by nanahira's avatar nanahira

merge

parents 1536fa67 43f3c372
......@@ -358,7 +358,7 @@ byte* DataManager::ScriptReaderExDirectry(const char* path, const char* script_n
}
byte* DataManager::ScriptReader(const char* script_name, int* slen) {
FILE *fp;
#ifdef _WIN32
#if defined(_WIN32) && !defined(YGOPRO_SERVER_MODE)
wchar_t fname[256];
BufferIO::DecodeUTF8(script_name, fname);
fp = _wfopen(fname, L"rb");
......
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