mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:46:21 +00:00
[QMGR] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70910
This commit is contained in:
parent
9bbc722f5e
commit
8daa517099
2 changed files with 4 additions and 6 deletions
|
@ -469,7 +469,7 @@ BOOL processFile(BackgroundCopyFileImpl *file, BackgroundCopyJobImpl *job)
|
|||
{
|
||||
static const WCHAR prefix[] = {'B','I','T', 0};
|
||||
WCHAR tmpDir[MAX_PATH], tmpName[MAX_PATH];
|
||||
WCHAR host[MAX_PATH], path[MAX_PATH];
|
||||
WCHAR host[MAX_PATH];
|
||||
URL_COMPONENTSW uc;
|
||||
BOOL ret;
|
||||
|
||||
|
@ -511,10 +511,8 @@ BOOL processFile(BackgroundCopyFileImpl *file, BackgroundCopyJobImpl *job)
|
|||
uc.lpszHostName = host;
|
||||
uc.dwHostNameLength = sizeof(host)/sizeof(host[0]);
|
||||
uc.nPort = 0;
|
||||
uc.lpszUrlPath = path;
|
||||
uc.dwUrlPathLength = sizeof(path)/sizeof(path[0]);
|
||||
uc.lpszExtraInfo = NULL;
|
||||
uc.dwExtraInfoLength = 0;
|
||||
uc.lpszUrlPath = NULL;
|
||||
uc.dwUrlPathLength = ~0u;
|
||||
ret = WinHttpCrackUrl(file->info.RemoteName, 0, 0, &uc);
|
||||
if (!ret)
|
||||
{
|
||||
|
|
|
@ -156,7 +156,7 @@ reactos/dll/win32/powrprof # Forked at Wine-1.0rc5
|
|||
reactos/dll/win32/printui # Synced to WineStaging-1.7.55
|
||||
reactos/dll/win32/propsys # Synced to WineStaging-1.7.55
|
||||
reactos/dll/win32/pstorec # Synced to WineStaging-1.7.55
|
||||
reactos/dll/win32/qmgr # Synced to WineStaging-1.7.55
|
||||
reactos/dll/win32/qmgr # Synced to WineStaging-1.9.4
|
||||
reactos/dll/win32/qmgrprxy # Synced to WineStaging-1.7.55
|
||||
reactos/dll/win32/query # Synced to WineStaging-1.7.55
|
||||
reactos/dll/win32/rasapi32 # Synced to WineStaging-1.7.55
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue