1
0
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:
Ted John
2020-02-01 21:38:07 +00:00
committed by GitHub
parent fd6c709128
commit 0689829980
3 changed files with 10 additions and 10 deletions

View File

@@ -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;
}