mirror of
https://github.com/reactos/reactos.git
synced 2025-01-16 08:34:04 +08:00
[MSCMS]
* Sync with Wine 1.7.27. CORE-8540 svn path=/trunk/; revision=64453
This commit is contained in:
parent
107156d372
commit
31cbcc45c3
@ -357,8 +357,6 @@ BOOL WINAPI GetColorProfileElement( HPROFILE handle, TAGTYPE type, DWORD offset,
|
||||
ret = get_tag_data( profile, type, offset, buffer, size );
|
||||
*ref = cmsTagLinkedTo( profile->cmsprofile, type ) != 0;
|
||||
release_profile( profile );
|
||||
return ret;
|
||||
|
||||
#endif /* HAVE_LCMS2 */
|
||||
return ret;
|
||||
}
|
||||
@ -1235,8 +1233,6 @@ BOOL WINAPI SetColorProfileElement( HPROFILE handle, TAGTYPE type, DWORD offset,
|
||||
}
|
||||
ret = set_tag_data( profile, type, offset, buffer, size );
|
||||
release_profile( profile );
|
||||
return ret;
|
||||
|
||||
#endif /* HAVE_LCMS2 */
|
||||
return ret;
|
||||
}
|
||||
|
@ -115,7 +115,7 @@ reactos/dll/win32/msacm32 # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/msacm32/msacm32.drv # Synced to Wine-1.7.17
|
||||
reactos/dll/win32/msadp32.acm # Synced to Wine-1.7.17
|
||||
reactos/dll/win32/mscat32 # Synced to Wine-1.7.17
|
||||
reactos/dll/win32/mscms # Synced to Wine-1.7.17
|
||||
reactos/dll/win32/mscms # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/mscoree # Synced to Wine-1.5.4
|
||||
reactos/dll/win32/msctf # Synced to Wine-1.7.17
|
||||
reactos/dll/win32/msftedit # Synced to Wine-1.7.17
|
||||
|
Loading…
Reference in New Issue
Block a user