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