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