This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
Code
Issues
Pull Requests
Releases
Wiki
Activity
944f7bac42
opencv
/
cmake
/
checks
/
winrttest.cpp
7 lines
65 B
C++
Raw
Normal View
History
Unescape
Escape
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-07-29 13:38:18 +02:00
#
include
<wrl/client.h>
int
main
(
int
,
char
*
*
)
{
Converted tabs to spaces.
2013-08-21 16:52:15 +02:00
return
0
;
Normalized file endings.
2013-08-21 15:26:54 +02:00
}
Reference in New Issue
Copy Permalink