mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[PSDK]
- Fix GetTextCharsetInfo prototype according to MS Platform SDK. svn path=/trunk/; revision=48379
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user