FreeRDP/winpr/libwinpr/com/test/TestComReference.c
2013-08-19 19:06:47 -04:00

9 lines
86 B
C

#include <winpr/crt.h>
int TestComReference(int argc, char* argv[])
{
return 0;
}