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:
parent
5990b3399c
commit
bcf7308f02
|
@ -1,3 +1,8 @@
|
|||
2007-7-30 Martijn Wargers <martijnw22@users.sourceforge.net>
|
||||
|
||||
* include/wingdi.h (GetTextExtentExPointI): Add prototype.
|
||||
* lib/gdi32.def (GetTextExtentExPointI@28): Add export.
|
||||
|
||||
2007-07-25 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/wtypes.h (LPDECIMAL): Define.
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -210,6 +210,7 @@ GetTextCharsetInfo@12
|
|||
GetTextColor@4
|
||||
GetTextExtentExPointA@28
|
||||
GetTextExtentExPointW@28
|
||||
GetTextExtentExPointI@28
|
||||
GetTextExtentPoint32A@16
|
||||
GetTextExtentPoint32W@16
|
||||
GetTextExtentPointA@16
|
||||
|
|
Loading…
Reference in New Issue