FreeRDP
TestPoolTimer.c
1 
2 #include <winpr/crt.h>
3 #include <winpr/pool.h>
4 
5 int TestPoolTimer(int argc, char* argv[])
6 {
7  return 0;
8 }