mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 20:42:53 +08:00
winrt: fix build
This commit is contained in:
parent
027da35c33
commit
2e45095e8d
@ -9,6 +9,8 @@
|
|||||||
#ifndef OPENCV_HAVE_FILESYSTEM_SUPPORT
|
#ifndef OPENCV_HAVE_FILESYSTEM_SUPPORT
|
||||||
# if defined(__EMSCRIPTEN__) || defined(__native_client__)
|
# if defined(__EMSCRIPTEN__) || defined(__native_client__)
|
||||||
/* no support */
|
/* no support */
|
||||||
|
# elif defined WINRT
|
||||||
|
/* not supported */
|
||||||
# elif defined __ANDROID__ || defined __linux__ || defined _WIN32 || \
|
# elif defined __ANDROID__ || defined __linux__ || defined _WIN32 || \
|
||||||
defined __FreeBSD__ || defined __bsdi__
|
defined __FreeBSD__ || defined __bsdi__
|
||||||
# define OPENCV_HAVE_FILESYSTEM_SUPPORT 1
|
# define OPENCV_HAVE_FILESYSTEM_SUPPORT 1
|
||||||
|
Loading…
Reference in New Issue
Block a user