mirror of
https://github.com/opencv/opencv.git
synced 2024-12-29 04:28:17 +08:00
63786c389f
WITH_WINRT -> ENABLE_WINRT_MODE; Some temporary char* replaced with Ptr<char>; Build fix for regular WIN32; Windows Platform SDK and MSVC search added to cmake; Warinig fixes.
8 lines
174 B
C++
8 lines
174 B
C++
#ifdef HAVE_WINRT
|
|
#pragma warning(disable:4447) // Disable warning 'main' signature found without threading model
|
|
#endif
|
|
|
|
#include "test_precomp.hpp"
|
|
|
|
CV_TEST_MAIN("cv")
|