From 74ff3ad0d7eb266d9c00344e4c818b1f26fb9b42 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Sat, 31 Jul 2010 12:02:46 +0000 Subject: [PATCH] [PSDK] - Fix GetTextCharsetInfo prototype according to MS Platform SDK. svn path=/trunk/; revision=48379 --- reactos/include/psdk/wingdi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/psdk/wingdi.h b/reactos/include/psdk/wingdi.h index 09a7718ea3e..641aeb31684 100644 --- a/reactos/include/psdk/wingdi.h +++ b/reactos/include/psdk/wingdi.h @@ -3094,7 +3094,7 @@ UINT WINAPI GetSystemPaletteUse(HDC); UINT WINAPI GetTextAlign(HDC); int WINAPI GetTextCharacterExtra(HDC); int WINAPI GetTextCharset(HDC); -UINT WINAPI GetTextCharsetInfo(HDC,LPFONTSIGNATURE,DWORD); +int WINAPI GetTextCharsetInfo(HDC,LPFONTSIGNATURE,DWORD); COLORREF WINAPI GetTextColor(HDC); BOOL WINAPI GetTextExtentExPointA(HDC,LPCSTR,int,int,LPINT,LPINT,LPSIZE); BOOL WINAPI GetTextExtentExPointW( HDC,LPCWSTR,int,int,LPINT,LPINT,LPSIZE );