Added dummy highgui WinRT implementation

This commit is contained in:
Maxim Kostin
2015-06-02 18:33:21 +03:00
parent 424c2bddb3
commit 6724a0b8cd
5 changed files with 461 additions and 10042 deletions

View File

@@ -481,11 +481,12 @@ int cv::createButton(const String&, ButtonCallback, void*, int , bool )
#endif
#if defined(HAVE_WIN32UI) // see window_w32.cpp
#if defined (HAVE_WIN32UI) // see window_w32.cpp
#elif defined (HAVE_GTK) // see window_gtk.cpp
#elif defined (HAVE_COCOA) // see window_carbon.cpp
#elif defined (HAVE_CARBON)
#elif defined (HAVE_QT) //YV see window_QT.cpp
#elif defined (HAVE_QT) // see window_QT.cpp
#elif defined (WINRT) && !defined (WINRT_8_0) // see window_winrt.cpp
#else