opencv/cmake/checks/winrttest.cpp
Alexander Smorkalov 63786c389f Warning and review notes fixes.
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.
2013-08-02 04:10:56 -07:00

6 lines
61 B
C++

#include <wrl/client.h>
int main(int, char**)
{
return 0;
}