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