* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64453
This commit is contained in:
Amine Khaldi
2014-10-02 08:25:15 +00:00
parent 107156d372
commit 31cbcc45c3
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -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;
}
+1 -1
View File
@@ -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