From 441f87451789ba87b3d07ce4fb1ed493c1f13375 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Gouget?= Date: Fri, 29 Dec 2000 03:43:43 +0000 Subject: [PATCH] Added a prototype for GetLogColorSpace. --- include/wingdi.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wingdi.h b/include/wingdi.h index d9b8e058bac..936ca791258 100644 --- a/include/wingdi.h +++ b/include/wingdi.h @@ -3163,6 +3163,9 @@ DWORD WINAPI GetKerningPairsA(HDC,DWORD,LPKERNINGPAIR); DWORD WINAPI GetKerningPairsW(HDC,DWORD,LPKERNINGPAIR); #define GetKerningPairs WINELIB_NAME_AW(GetKerningPairs) DWORD WINAPI GetLayout(HDC); +BOOL WINAPI GetLogColorSpaceA(HCOLORSPACE,LPLOGCOLORSPACEA,DWORD); +BOOL WINAPI GetLogColorSpaceW(HCOLORSPACE,LPLOGCOLORSPACEW,DWORD); +#define GetLogColorSpace WINELIB_NAME_AW(GetLogColorSpace) INT WINAPI GetMapMode(HDC); HMETAFILE WINAPI GetMetaFileA(LPCSTR); HMETAFILE WINAPI GetMetaFileW(LPCWSTR); -- 2.11.4.GIT