From ba374c4128234e97467bda6bbfe2b855f4ab6378 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Wed, 11 Feb 2004 21:52:28 +0000 Subject: [PATCH] Make a few stubs return something to get Dependancy Walker loading. svn path=/trunk/; revision=8157 --- reactos/subsys/win32k/objects/text.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/reactos/subsys/win32k/objects/text.c b/reactos/subsys/win32k/objects/text.c index b77c7c1f8b9..03c051add06 100644 --- a/reactos/subsys/win32k/objects/text.c +++ b/reactos/subsys/win32k/objects/text.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: text.c,v 1.72 2004/01/29 22:24:51 rcampbell Exp $ */ +/* $Id: text.c,v 1.73 2004/02/11 21:52:28 sedwards Exp $ */ #undef WIN32_LEAN_AND_MEAN @@ -857,7 +857,8 @@ NtGdiGetCharABCWidths(HDC hDC, UINT LastChar, LPABC abc) { - UNIMPLEMENTED; + DPRINT1("NtGdiGetCharABCWidths Is unimplemented, keep going anyway\n"); + return 1; } BOOL @@ -889,7 +890,8 @@ NtGdiGetCharWidth(HDC hDC, UINT LastChar, LPINT Buffer) { - UNIMPLEMENTED; + DPRINT1("NtGdiGetCharWidth isnt really unimplemented - keep going anyway\n"); + return 1; } BOOL