OSDN Git Service

2007-7-30 Martijn Wargers <martijnw22@users.sourceforge.net>
authordannysmith <dannysmith>
Mon, 30 Jul 2007 01:02:31 +0000 (01:02 +0000)
committerdannysmith <dannysmith>
Mon, 30 Jul 2007 01:02:31 +0000 (01:02 +0000)
* include/wingdi.h (GetTextExtentExPointI): Add prototype.
* lib/gdi32.def (GetTextExtentExPointI@28): Add export.

winsup/w32api/ChangeLog
winsup/w32api/include/wingdi.h
winsup/w32api/lib/gdi32.def

index c1ad18f..ff552cb 100644 (file)
@@ -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.
index 6bb2fd6..a618fc5 100644 (file)
@@ -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);
index 17d292b..e4e17ac 100644 (file)
@@ -210,6 +210,7 @@ GetTextCharsetInfo@12
 GetTextColor@4
 GetTextExtentExPointA@28
 GetTextExtentExPointW@28
+GetTextExtentExPointI@28
 GetTextExtentPoint32A@16
 GetTextExtentPoint32W@16
 GetTextExtentPointA@16