Commit 8436dac0 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #10742 from alalek:fix_winrt_fs_build

parents 713ec7be 2e45095e
...@@ -9,6 +9,8 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment