FreeRDP/winpr/libwinpr/com/test/TestComReference.c

9 lines
86 B
C
Raw Normal View History

2013-08-20 03:06:47 +04:00
#include <winpr/crt.h>
int TestComReference(int argc, char* argv[])
{
return 0;
}