编译错误
'HCRYPTPROV' : undeclared identifier
#include
在前面加上下面这句
#define _WIN32_WINNT 0x0500
例如:
'HCRYPTPROV' : undeclared identifier
#include
在前面加上下面这句
#define _WIN32_WINNT 0x0500
例如:
#define _WIN32_WINNT 0x0500
#include <wincrypt.h>
#include <wincrypt.h>
This entry comes from 本站原创 and has been read for 1291 times.It is tagged with hcryptprov , wincrypt , win32 winnt.



0 Responses