From 8daa5170998b723df5241b9e80e86c90c0203392 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 4 Mar 2016 09:44:01 +0000 Subject: [PATCH] [QMGR] Sync with Wine Staging 1.9.4. CORE-10912 svn path=/trunk/; revision=70910 --- reactos/dll/win32/qmgr/file.c | 8 +++----- reactos/media/doc/README.WINE | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/reactos/dll/win32/qmgr/file.c b/reactos/dll/win32/qmgr/file.c index f3f1b29616e..da5c9df2487 100644 --- a/reactos/dll/win32/qmgr/file.c +++ b/reactos/dll/win32/qmgr/file.c @@ -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) { diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index 4655f0aa864..91c27e8e0c0 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -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