FreeRDP/winpr/libwinpr/pool/test/TestPoolTimer.c

10 lines
107 B
C
Raw Normal View History

2013-01-21 06:15:55 +04:00
#include <winpr/crt.h>
#include <winpr/pool.h>
int TestPoolTimer(int argc, char* argv[])
{
return 0;
}