mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[RAPPS] Bump the rapps user agent version
This commit is contained in:
parent
d564b4afc3
commit
12489f691b
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ unsigned int WINAPI CDownloadManager::ThreadFunc(LPVOID param)
|
||||||
HANDLE hOut = INVALID_HANDLE_VALUE;
|
HANDLE hOut = INVALID_HANDLE_VALUE;
|
||||||
|
|
||||||
unsigned char lpBuffer[4096];
|
unsigned char lpBuffer[4096];
|
||||||
LPCWSTR lpszAgent = L"RApps/1.0";
|
LPCWSTR lpszAgent = L"RApps/1.1";
|
||||||
URL_COMPONENTSW urlComponents;
|
URL_COMPONENTSW urlComponents;
|
||||||
size_t urlLength, filenameLength;
|
size_t urlLength, filenameLength;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue