From 31cbcc45c31f052ce98a8760d62d80da2b533dff Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 2 Oct 2014 08:25:15 +0000 Subject: [PATCH] [MSCMS] * Sync with Wine 1.7.27. CORE-8540 svn path=/trunk/; revision=64453 --- reactos/dll/win32/mscms/profile.c | 4 ---- reactos/media/doc/README.WINE | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/reactos/dll/win32/mscms/profile.c b/reactos/dll/win32/mscms/profile.c index f3cd1339148..c142a492ad3 100644 --- a/reactos/dll/win32/mscms/profile.c +++ b/reactos/dll/win32/mscms/profile.c @@ -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; } diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index 66d55a5d9d0..4442739dc81 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -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