Highgui tests for GUI disabled for WinRT;

Warnings fix;
This commit is contained in:
Alexander Smorkalov
2013-03-21 16:18:19 +04:00
parent 429cd85b46
commit 7ec2b6bad0
2 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@
#include "test_precomp.hpp"
#include "opencv2/highgui/highgui.hpp"
#if defined HAVE_GTK || defined HAVE_QT || defined WIN32 || defined _WIN32 || defined HAVE_CARBON || defined HAVE_COCOA
#if defined HAVE_GTK || defined HAVE_QT || ((defined WIN32 || defined _WIN32) && !_M_ARM) || defined HAVE_CARBON || defined HAVE_COCOA
using namespace cv;
using namespace std;