Added a prototype for GetLogColorSpace.

This commit is contained in:
François Gouget 2000-12-29 03:43:43 +00:00 committed by Alexandre Julliard
parent ca08edefa0
commit 441f874517
1 changed files with 3 additions and 0 deletions

View File

@ -3163,6 +3163,9 @@ DWORD WINAPI GetKerningPairsA(HDC,DWORD,LPKERNINGPAIR);
DWORD WINAPI GetKerningPairsW(HDC,DWORD,LPKERNINGPAIR); DWORD WINAPI GetKerningPairsW(HDC,DWORD,LPKERNINGPAIR);
#define GetKerningPairs WINELIB_NAME_AW(GetKerningPairs) #define GetKerningPairs WINELIB_NAME_AW(GetKerningPairs)
DWORD WINAPI GetLayout(HDC); 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); INT WINAPI GetMapMode(HDC);
HMETAFILE WINAPI GetMetaFileA(LPCSTR); HMETAFILE WINAPI GetMetaFileA(LPCSTR);
HMETAFILE WINAPI GetMetaFileW(LPCWSTR); HMETAFILE WINAPI GetMetaFileW(LPCWSTR);