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