From a9f25ffad8d134df05798b1ab49ba518f1194cbd Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Sat, 12 Nov 2005 01:10:12 +0000 Subject: * include/wingdi.h (GetICMProfile{AW}): Correct prototype. Thanks to: Paul J Lucas --- winsup/w32api/include/wingdi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/w32api/include') diff --git a/winsup/w32api/include/wingdi.h b/winsup/w32api/include/wingdi.h index daaa35b51..27f5226b2 100644 --- a/winsup/w32api/include/wingdi.h +++ b/winsup/w32api/include/wingdi.h @@ -2709,8 +2709,8 @@ WINGDIAPI DWORD WINAPI GetFontLanguageInfo(HDC); WINGDIAPI DWORD WINAPI GetGlyphOutlineA(HDC,UINT,UINT,LPGLYPHMETRICS,DWORD,PVOID,const MAT2*); WINGDIAPI DWORD WINAPI GetGlyphOutlineW(HDC,UINT,UINT,LPGLYPHMETRICS,DWORD,PVOID,const MAT2*); WINGDIAPI int WINAPI GetGraphicsMode(HDC); -WINGDIAPI BOOL WINAPI GetICMProfileA(HDC,DWORD,LPSTR); -WINGDIAPI BOOL WINAPI GetICMProfileW(HDC,DWORD,LPWSTR); +WINGDIAPI BOOL WINAPI GetICMProfileA(HDC,LPDWORD,LPSTR); +WINGDIAPI BOOL WINAPI GetICMProfileW(HDC,LPDWORD,LPWSTR); WINGDIAPI DWORD WINAPI GetKerningPairsA(HDC,DWORD,LPKERNINGPAIR); WINGDIAPI DWORD WINAPI GetKerningPairsW(HDC,DWORD,LPKERNINGPAIR); WINGDIAPI BOOL WINAPI GetLogColorSpaceA(HCOLORSPACE,LPLOGCOLORSPACEA,DWORD); -- cgit v1.2.3