mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Fix build error when building with Unicode on Windows
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user