Commit 7d0d6cd5 authored by Scott Ramsby's avatar Scott Ramsby

Fix build error when building with Unicode on Windows

parent 71aee662
...@@ -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