This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
mirror of
https://github.com/opencv/opencv.git
synced
2024-11-25 11:40:44 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
c7b6353a3c
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 19:38:18 +08:00
#
include
<wrl/client.h>
int
main
(
int
,
char
*
*
)
{
Converted tabs to spaces.
2013-08-21 22:52:15 +08:00
return
0
;
Normalized file endings.
2013-08-21 21:26:54 +08:00
}
Reference in New Issue
Copy Permalink