From 8a8feb37183ac210de6745b49bdb7734567ef2ec Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sun, 28 May 2006 23:11:56 +0000 Subject: [PATCH] Fix build. Missing chg for GetOutlineTextMetrics. svn path=/trunk/; revision=22097 --- reactos/dll/win32/gdi32/misc/stubsa.c | 16 ---------------- reactos/dll/win32/gdi32/misc/stubsw.c | 16 ---------------- 2 files changed, 32 deletions(-) diff --git a/reactos/dll/win32/gdi32/misc/stubsa.c b/reactos/dll/win32/gdi32/misc/stubsa.c index 4c6de64dd7f..f8cc55ff96b 100644 --- a/reactos/dll/win32/gdi32/misc/stubsa.c +++ b/reactos/dll/win32/gdi32/misc/stubsa.c @@ -32,22 +32,6 @@ DeviceCapabilitiesExA( return 0; } -/* - * @unimplemented - */ -UINT -APIENTRY -GetOutlineTextMetricsA( - HDC hdc, - UINT cbData, - LPOUTLINETEXTMETRICA lpOTM - ) -{ - UNIMPLEMENTED; - SetLastError(ERROR_CALL_NOT_IMPLEMENTED); - return 0; -} - /* * @unimplemented diff --git a/reactos/dll/win32/gdi32/misc/stubsw.c b/reactos/dll/win32/gdi32/misc/stubsw.c index cd9431e0a0f..b3bcd3fc744 100644 --- a/reactos/dll/win32/gdi32/misc/stubsw.c +++ b/reactos/dll/win32/gdi32/misc/stubsw.c @@ -40,22 +40,6 @@ DeviceCapabilitiesExW( #endif } -/* - * @unimplemented - */ -UINT -APIENTRY -GetOutlineTextMetricsW( - HDC hdc, - UINT cbData, - LPOUTLINETEXTMETRICW lpOTM - ) -{ - UNIMPLEMENTED; - SetLastError(ERROR_CALL_NOT_IMPLEMENTED); - return 0; -} - /* * @unimplemented