[QMGR] Sync with Wine Staging 1.9.4. CORE-10912
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 4 Mar 2016 09:44:01 +0000 (09:44 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 4 Mar 2016 09:44:01 +0000 (09:44 +0000)
svn path=/trunk/; revision=70910

reactos/dll/win32/qmgr/file.c
reactos/media/doc/README.WINE

index f3f1b29..da5c9df 100644 (file)
@@ -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)
     {
index 4655f0a..91c27e8 100644 (file)
@@ -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