mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
Merge pull request #10742 from alalek:fix_winrt_fs_build
This commit is contained in:
commit
8436dac090
@ -9,6 +9,8 @@
|
||||
#ifndef OPENCV_HAVE_FILESYSTEM_SUPPORT
|
||||
# if defined(__EMSCRIPTEN__) || defined(__native_client__)
|
||||
/* no support */
|
||||
# elif defined WINRT
|
||||
/* not supported */
|
||||
# elif defined __ANDROID__ || defined __linux__ || defined _WIN32 || \
|
||||
defined __FreeBSD__ || defined __bsdi__
|
||||
# define OPENCV_HAVE_FILESYSTEM_SUPPORT 1
|
||||
|
Loading…
Reference in New Issue
Block a user