mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[VERSION] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70941
This commit is contained in:
@@ -1199,7 +1199,6 @@ DWORD WINAPI VerFindFileA(
|
||||
|
||||
GetSystemDirectoryA(systemDir, sizeof(systemDir));
|
||||
curDir = "";
|
||||
destDir = "";
|
||||
|
||||
if(flags & VFFF_ISSHAREDFILE)
|
||||
{
|
||||
@@ -1296,7 +1295,6 @@ DWORD WINAPI VerFindFileW( DWORD flags,LPCWSTR lpszFilename,LPCWSTR lpszWinDir,
|
||||
|
||||
GetSystemDirectoryW(systemDir, sizeof(systemDir)/sizeof(WCHAR));
|
||||
curDir = &emptyW;
|
||||
destDir = &emptyW;
|
||||
|
||||
if(flags & VFFF_ISSHAREDFILE)
|
||||
{
|
||||
|
||||
@@ -196,7 +196,7 @@ reactos/dll/win32/urlmon # Synced to WineStaging-1.9.4
|
||||
reactos/dll/win32/usp10 # Synced to WineStaging-1.9.4
|
||||
reactos/dll/win32/uxtheme # Forked
|
||||
reactos/dll/win32/vbscript # Synced to WineStaging-1.7.55
|
||||
reactos/dll/win32/version # Synced to WineStaging-1.7.55
|
||||
reactos/dll/win32/version # Synced to WineStaging-1.9.4
|
||||
reactos/dll/win32/vssapi # Synced to WineStaging-1.7.55
|
||||
reactos/dll/win32/wbemdisp # Synced to WineStaging-1.7.55
|
||||
reactos/dll/win32/wbemprox # Synced to WineStaging-1.7.55
|
||||
|
||||
Reference in New Issue
Block a user