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>