mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 06:23:04 +01:00
Update Windows dependencies to v20 (#10642)
This commit is contained in:
@@ -79,7 +79,7 @@ static bool UploadMinidump(const std::map<std::wstring, std::wstring>& files, in
|
||||
}
|
||||
|
||||
int timeout = 10000;
|
||||
bool success = google_breakpad::HTTPUpload::SendRequest(url, parameters, files, &timeout, &response, &error);
|
||||
bool success = google_breakpad::HTTPUpload::SendMultipartPostRequest(url, parameters, files, &timeout, &response, &error);
|
||||
wprintf(L"Success = %d, error = %d, response = %s\n", success, error, response.c_str());
|
||||
return success;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user