FreeRDP/libfreerdp/codec/test/TestFreeRDPCodecXCrush.c

11 lines
151 B
C
Raw Normal View History

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