https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bd98e58af4877c8d54816…
commit bd98e58af4877c8d5481604089e4bae14c02e8e0
Author: Amine Khaldi <amine.khaldi(a)reactos.org>
AuthorDate: Sat Nov 9 21:58:15 2019 +0100
Commit: Amine Khaldi <amine.khaldi(a)reactos.org>
CommitDate: Sat Nov 9 21:58:15 2019 +0100
[PSDK] Update icm.h. CORE-16441
---
sdk/include/psdk/icm.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sdk/include/psdk/icm.h b/sdk/include/psdk/icm.h
index fbbdede3ed2..de5bf2626e4 100644
--- a/sdk/include/psdk/icm.h
+++ b/sdk/include/psdk/icm.h
@@ -411,6 +411,8 @@ BOOL WINAPI UnregisterCMMW(PCWSTR,DWORD);
#define UnregisterCMM WINELIB_NAME_AW(UnregisterCMM)
BOOL WINAPI
WcsEnumColorProfilesSize(WCS_PROFILE_MANAGEMENT_SCOPE,ENUMTYPEW*,DWORD*);
BOOL WINAPI WcsGetUsePerUserProfiles(const WCHAR*,DWORD,BOOL*);
+HPROFILE WINAPI
WcsOpenColorProfileA(PROFILE*,PROFILE*,PROFILE*,DWORD,DWORD,DWORD,DWORD);
+HPROFILE WINAPI
WcsOpenColorProfileW(PROFILE*,PROFILE*,PROFILE*,DWORD,DWORD,DWORD,DWORD);
#define PROFILE_FILENAME 1
#define PROFILE_MEMBUFFER 2