Francois Gouget : mscms: [GS]etColorSpace() are not supposed to be defined in icm.h.

Alexandre Julliard julliard at winehq.org
Fri Feb 15 05:35:54 CST 2008


Module: wine
Branch: master
Commit: 93a9835da1c9bf87da7b6ed6f9f63c834d1e8014
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=93a9835da1c9bf87da7b6ed6f9f63c834d1e8014

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Feb 13 21:52:09 2008 +0100

mscms: [GS]etColorSpace() are not supposed to be defined in icm.h.

---

 include/icm.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/icm.h b/include/icm.h
index 14c10c8..a08d045 100644
--- a/include/icm.h
+++ b/include/icm.h
@@ -359,7 +359,6 @@ BOOL       WINAPI GetColorProfileElement(HPROFILE,TAGTYPE,DWORD,PDWORD,PVOID,PBO
 BOOL       WINAPI GetColorProfileElementTag(HPROFILE,DWORD,PTAGTYPE);
 BOOL       WINAPI GetColorProfileFromHandle(HPROFILE,PBYTE,PDWORD);
 BOOL       WINAPI GetColorProfileHeader(HPROFILE,PPROFILEHEADER);
-HCOLORSPACE WINAPI GetColorSpace(HDC);
 BOOL       WINAPI GetCountColorProfileElements(HPROFILE,PDWORD);
 BOOL       WINAPI GetNamedProfileInfo(HPROFILE,PNAMED_PROFILE_INFO);
 BOOL       WINAPI GetPS2ColorRenderingDictionary(HPROFILE,DWORD,PBYTE,PDWORD,PBOOL);
@@ -384,7 +383,6 @@ BOOL       WINAPI SetColorProfileElement(HPROFILE,TAGTYPE,DWORD,PDWORD,PVOID);
 BOOL       WINAPI SetColorProfileElementReference(HPROFILE,TAGTYPE,TAGTYPE);
 BOOL       WINAPI SetColorProfileElementSize(HPROFILE,TAGTYPE,DWORD);
 BOOL       WINAPI SetColorProfileHeader(HPROFILE,PPROFILEHEADER);
-HCOLORSPACE WINAPI SetColorSpace(HDC,HCOLORSPACE);
 BOOL       WINAPI SetStandardColorSpaceProfileA(PCSTR,DWORD,PSTR);
 BOOL       WINAPI SetStandardColorSpaceProfileW(PCWSTR,DWORD,PWSTR);
 #define    SetStandardColorSpaceProfile WINELIB_NAME_AW(SetStandardColorSpaceProfile)




More information about the wine-cvs mailing list