Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 winhttp 库编写一些东西,但是当在 Visual Studio 中的项目中包含头文件并对其进行编译时,它会引发很多错误,它无法识别类型说明符,例如:LPVOID、HINTERNET、WORD、DWORD、 LPWSTR 等。
我怎样才能解决这个问题?
你需要#include <windows.h>先。
#include <windows.h>