[ros-diffs] [fireball] 48379: [PSDK] - Fix GetTextCharsetInfo prototype according to MS Platform SDK.
fireball at svn.reactos.org
fireball at svn.reactos.org
Sat Jul 31 12:02:47 UTC 2010
Author: fireball
Date: Sat Jul 31 12:02:46 2010
New Revision: 48379
URL: http://svn.reactos.org/svn/reactos?rev=48379&view=rev
Log:
[PSDK]
- Fix GetTextCharsetInfo prototype according to MS Platform SDK.
Modified:
trunk/reactos/include/psdk/wingdi.h
Modified: trunk/reactos/include/psdk/wingdi.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/wingdi.h?rev=48379&r1=48378&r2=48379&view=diff
==============================================================================
--- trunk/reactos/include/psdk/wingdi.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/wingdi.h [iso-8859-1] Sat Jul 31 12:02:46 2010
@@ -3094,7 +3094,7 @@
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 );
More information about the Ros-diffs
mailing list