mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 05:51:26 +08:00
[VERSION] Sync with Wine Staging 3.9. CORE-14656
This commit is contained in:
@@ -707,7 +707,7 @@ DWORD WINAPI GetFileVersionInfoSizeExW( DWORD flags, LPCWSTR filename, LPDWORD h
|
||||
default:
|
||||
if (lzfd == HFILE_ERROR)
|
||||
SetLastError(ofs.nErrCode);
|
||||
else if (GetVersion() & 0x80000000)
|
||||
else if (GetVersion() & 0x80000000) /* Windows 95/98 */
|
||||
SetLastError(ERROR_FILE_NOT_FOUND);
|
||||
else
|
||||
SetLastError(ERROR_RESOURCE_DATA_NOT_FOUND);
|
||||
|
||||
@@ -192,7 +192,7 @@ reactos/dll/win32/urlmon # Synced to WineStaging-3.9
|
||||
reactos/dll/win32/usp10 # Synced to WineStaging-3.9
|
||||
reactos/dll/win32/uxtheme # Forked
|
||||
reactos/dll/win32/vbscript # Synced to WineStaging-3.9
|
||||
reactos/dll/win32/version # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/version # Synced to WineStaging-3.9
|
||||
reactos/dll/win32/vssapi # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/wbemdisp # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/wbemprox # Synced to WineStaging-3.3
|
||||
|
||||
Reference in New Issue
Block a user