winrt: fix build
authorAlexander Alekhin <alexander.alekhin@intel.com>
Wed, 31 Jan 2018 12:00:45 +0000 (15:00 +0300)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Wed, 31 Jan 2018 12:00:45 +0000 (15:00 +0300)
modules/core/include/opencv2/core/utils/filesystem.private.hpp

index 28b1747..73f56d4 100644 (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