mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[ADVPACK]
* Sync with Wine 1.5.26. svn path=/trunk/; revision=59102
This commit is contained in:
@@ -710,6 +710,8 @@ HRESULT WINAPI ExtractFilesA(LPCSTR CabName, LPCSTR ExpandDir, DWORD Flags,
|
||||
if (!hCabinet)
|
||||
return E_FAIL;
|
||||
|
||||
ZeroMemory(&session, sizeof(SESSION));
|
||||
|
||||
pExtract = (void *)GetProcAddress(hCabinet, "Extract");
|
||||
if (!pExtract)
|
||||
{
|
||||
@@ -717,7 +719,6 @@ HRESULT WINAPI ExtractFilesA(LPCSTR CabName, LPCSTR ExpandDir, DWORD Flags,
|
||||
goto done;
|
||||
}
|
||||
|
||||
ZeroMemory(&session, sizeof(SESSION));
|
||||
lstrcpyA(session.Destination, ExpandDir);
|
||||
|
||||
if (FileList)
|
||||
|
||||
@@ -40,7 +40,7 @@ reactos/dll/directx/qedit # Autosync
|
||||
reactos/dll/directx/quartz # Autosync
|
||||
reactos/dll/win32/activeds # Synced to Wine-1.1.43?
|
||||
reactos/dll/win32/actxprxy # Synced to Wine-1.5.26
|
||||
reactos/dll/win32/advpack # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/advpack # Synced to Wine-1.5.26
|
||||
reactos/dll/win32/atl # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/atl100 # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/avifil32 # Synced to Wine-1.3.37
|
||||
|
||||
Reference in New Issue
Block a user