[QMGR] Sync with Wine Staging 4.0. CORE-15682
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 2 Feb 2019 12:30:06 +0000 (13:30 +0100)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 2 Feb 2019 12:30:06 +0000 (13:30 +0100)
dll/win32/qmgr/file.c
media/doc/README.WINE

index 3673ede..dbdfc97 100644 (file)
@@ -518,7 +518,7 @@ BOOL processFile(BackgroundCopyFileImpl *file, BackgroundCopyJobImpl *job)
     uc.lpszPassword      = NULL;
     uc.dwPasswordLength  = 0;
     uc.lpszHostName      = host;
-    uc.dwHostNameLength  = sizeof(host)/sizeof(host[0]);
+    uc.dwHostNameLength  = ARRAY_SIZE(host);
     uc.nPort             = 0;
     uc.lpszUrlPath       = NULL;
     uc.dwUrlPathLength   = ~0u;
index 6fb3564..7e52949 100644 (file)
@@ -153,7 +153,7 @@ reactos/dll/win32/powrprof            # Forked at Wine-1.0rc5
 reactos/dll/win32/printui             # Synced to WineStaging-3.3
 reactos/dll/win32/propsys             # Synced to WineStaging-4.0
 reactos/dll/win32/pstorec             # Synced to WineStaging-3.3
-reactos/dll/win32/qmgr                # Synced to WineStaging-3.3
+reactos/dll/win32/qmgr                # Synced to WineStaging-4.0
 reactos/dll/win32/qmgrprxy            # Synced to WineStaging-2.9
 reactos/dll/win32/query               # Synced to WineStaging-3.3
 reactos/dll/win32/rasapi32            # Synced to WineStaging-3.3