1 
2 
3 #include <winpr/crt.h>
4 #include <winpr/tchar.h>
5 #include <winpr/crypto.h>
6 
TestCryptoProtectData(int argc,char * argv[])7 int TestCryptoProtectData(int argc, char* argv[])
8 {
9 	return 0;
10 }
11