File: winrttest.cpp

package info (click to toggle)
opencv 2.4.9.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 124,160 kB
  • ctags: 63,847
  • sloc: xml: 509,055; cpp: 490,794; lisp: 23,208; python: 21,174; java: 19,317; ansic: 1,038; sh: 128; makefile: 80
file content (6 lines) | stat: -rw-r--r-- 65 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#include <wrl/client.h>

int main(int, char**)
{
    return 0;
}