mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 01:12:58 +00:00
W32kGetTextExtentExPoint now calls W32kGetTextExtentPoint.
This isn't the correct way of doing things, but it fixes a few bugs and allows more apps to load. (specifically the samplewindow test and static window test) svn path=/trunk/; revision=5248
This commit is contained in:
parent
7adac2389e
commit
91e25632da
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id: text.c,v 1.35 2003/07/21 17:43:46 jimtabor Exp $ */
|
/* $Id: text.c,v 1.36 2003/07/24 16:56:59 rcampbell Exp $ */
|
||||||
|
|
||||||
|
|
||||||
#undef WIN32_LEAN_AND_MEAN
|
#undef WIN32_LEAN_AND_MEAN
|
||||||
|
@ -646,7 +646,7 @@ W32kGetTextExtentExPoint(HDC hDC,
|
||||||
LPINT Dx,
|
LPINT Dx,
|
||||||
LPSIZE Size)
|
LPSIZE Size)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
return W32kGetTextExtentPoint(hDC, String, Count, Size);
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue