winrt: fix build

pull/10742/head
Alexander Alekhin 7 years ago
parent 027da35c33
commit 2e45095e8d
  1. 2
      modules/core/include/opencv2/core/utils/filesystem.private.hpp

@ -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…
Cancel
Save