mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-16 01:14:26 +09:00
11 lines
161 B
C
11 lines
161 B
C
#include <winpr/crt.h>
|
|
#include <winpr/print.h>
|
|
|
|
#include <freerdp/codec/progressive.h>
|
|
|
|
int TestFreeRDPCodecProgressive(int argc, char* argv[])
|
|
{
|
|
return 0;
|
|
}
|
|
|