Merge pull request #10742 from alalek:fix_winrt_fs_build

This commit is contained in:
Vadim Pisarevsky 2018-02-01 13:23:49 +00:00
commit 8436dac090

View File

@ -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