fix error at #include <window_winrt_bridge.hpp>

pull/16975/head
shimat 5 years ago
parent 4d35a46c48
commit 39d3bbb601
  1. 4
      modules/highgui/src/window_winrt.cpp

@ -33,7 +33,7 @@
#include <assert.h>
#include <opencv2\highgui.hpp>
#include <opencv2\highgui\highgui_winrt.hpp>
#include <window_winrt_bridge.hpp>
#include "window_winrt_bridge.hpp"
#define CV_WINRT_NO_GUI_ERROR( funcname ) \
{ \
@ -281,4 +281,4 @@ double cvGetModeWindow_WinRT(const char* name) {
CV_IMPL int cvStartWindowThread() {
CV_WINRT_NO_GUI_ERROR("cvStartWindowThread");
return CV_StsNotImplemented;
}
}

Loading…
Cancel
Save