mirror of
https://github.com/opencv/opencv.git
synced 2025-07-20 19:17:36 +08:00

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.
6 lines
61 B
C++
6 lines
61 B
C++
#include <wrl/client.h>
|
|
|
|
int main(int, char**)
|
|
{
|
|
return 0;
|
|
} |