2007-7-30 Martijn Wargers <martijnw22@users.sourceforge.net>
* include/wingdi.h (GetTextExtentExPointI): Add prototype. * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
This commit is contained in:
@ -2881,6 +2881,9 @@ WINGDIAPI BOOL WINAPI GetTextExtentExPointA(HDC,LPCSTR,int,int,LPINT,LPINT,LPSIZ
|
||||
WINGDIAPI BOOL WINAPI GetTextExtentExPointW( HDC,LPCWSTR,int,int,LPINT,LPINT,LPSIZE );
|
||||
WINGDIAPI BOOL WINAPI GetTextExtentPointA(HDC,LPCSTR,int,LPSIZE);
|
||||
WINGDIAPI BOOL WINAPI GetTextExtentPointW(HDC,LPCWSTR,int,LPSIZE);
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
WINGDIAPI BOOL WINAPI GetTextExtentExPointI(HDC, LPWORD, int, int, LPINT, LPINT, LPSIZE);
|
||||
#endif
|
||||
#ifdef _WIN32_WCE
|
||||
extern BOOL GetTextExtentPoint32A(HDC,LPCSTR,int,LPSIZE);
|
||||
extern BOOL GetTextExtentPoint32W( HDC,LPCWSTR,int,LPSIZE);
|
||||
|
Reference in New Issue
Block a user