mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 17:00:31 +00:00
[PSDK]
- Fix GetTextCharsetInfo prototype according to MS Platform SDK. svn path=/trunk/; revision=48379
This commit is contained in:
parent
ad21f9ddae
commit
74ff3ad0d7
1 changed files with 1 additions and 1 deletions
|
@ -3094,7 +3094,7 @@ UINT WINAPI GetSystemPaletteUse(HDC);
|
||||||
UINT WINAPI GetTextAlign(HDC);
|
UINT WINAPI GetTextAlign(HDC);
|
||||||
int WINAPI GetTextCharacterExtra(HDC);
|
int WINAPI GetTextCharacterExtra(HDC);
|
||||||
int WINAPI GetTextCharset(HDC);
|
int WINAPI GetTextCharset(HDC);
|
||||||
UINT WINAPI GetTextCharsetInfo(HDC,LPFONTSIGNATURE,DWORD);
|
int WINAPI GetTextCharsetInfo(HDC,LPFONTSIGNATURE,DWORD);
|
||||||
COLORREF WINAPI GetTextColor(HDC);
|
COLORREF WINAPI GetTextColor(HDC);
|
||||||
BOOL WINAPI GetTextExtentExPointA(HDC,LPCSTR,int,int,LPINT,LPINT,LPSIZE);
|
BOOL WINAPI GetTextExtentExPointA(HDC,LPCSTR,int,int,LPINT,LPINT,LPSIZE);
|
||||||
BOOL WINAPI GetTextExtentExPointW( HDC,LPCWSTR,int,int,LPINT,LPINT,LPSIZE );
|
BOOL WINAPI GetTextExtentExPointW( HDC,LPCWSTR,int,int,LPINT,LPINT,LPSIZE );
|
||||||
|
|
Loading…
Reference in a new issue