FreeRDP/winpr/libwinpr/com/test/TestComReference.c
2019-11-07 10:53:54 +01:00

8 lines
85 B
C

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