mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
Fix build error when building with Unicode on Windows
This commit is contained in:
parent
71aee662bd
commit
7d0d6cd5ee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user