#include #include class Test{ public: Test(){ URLDownloadToFile(NULL, L"https://tenmaseoyyung.booth.pm/", L"test.txt", 0, NULL); } };