Author: akhaldi
Date: Fri Mar 4 09:44:01 2016
New Revision: 70910
URL:
http://svn.reactos.org/svn/reactos?rev=70910&view=rev
Log:
[QMGR] Sync with Wine Staging 1.9.4. CORE-10912
Modified:
trunk/reactos/dll/win32/qmgr/file.c
trunk/reactos/media/doc/README.WINE
Modified: trunk/reactos/dll/win32/qmgr/file.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/qmgr/file.c?rev=…
==============================================================================
--- trunk/reactos/dll/win32/qmgr/file.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/qmgr/file.c [iso-8859-1] Fri Mar 4 09:44:01 2016
@@ -469,7 +469,7 @@
{
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 @@
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)
{
Modified: trunk/reactos/media/doc/README.WINE
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/doc/README.WINE?rev=…
==============================================================================
--- trunk/reactos/media/doc/README.WINE [iso-8859-1] (original)
+++ trunk/reactos/media/doc/README.WINE [iso-8859-1] Fri Mar 4 09:44:01 2016
@@ -156,7 +156,7 @@
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