mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
6 lines
61 B
C++
6 lines
61 B
C++
|
#include <wrl/client.h>
|
||
|
|
||
|
int main(int, char**)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|