Fix build error when building with Unicode on Windows

This commit is contained in:
Scott Ramsby 2019-01-07 10:18:58 -08:00
parent 71aee662bd
commit 7d0d6cd5ee

View File

@ -60,7 +60,7 @@ namespace
#ifdef WINRT
WIN32_FIND_DATAW data;
#else
WIN32_FIND_DATA data;
WIN32_FIND_DATAA data;
#endif
HANDLE handle;
dirent ent;