Commit 3da8b4cc authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #13591 from scramsby:fix-unicode-errors

parents e986ff46 7d0d6cd5
...@@ -60,7 +60,7 @@ namespace ...@@ -60,7 +60,7 @@ namespace
#ifdef WINRT #ifdef WINRT
WIN32_FIND_DATAW data; WIN32_FIND_DATAW data;
#else #else
WIN32_FIND_DATA data; WIN32_FIND_DATAA data;
#endif #endif
HANDLE handle; HANDLE handle;
dirent ent; dirent ent;
......
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