gdi32: WineEngRemoveFontResourceEx is currently a stub and should return a zero

Daniel Jakob wolverine at usox.org
Wed Oct 29 16:10:35 CDT 2008


---
 dlls/gdi32/freetype.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c
index 2e64038..10f10c9 100644
--- a/dlls/gdi32/freetype.c
+++ b/dlls/gdi32/freetype.c
@@ -2147,7 +2147,7 @@ HANDLE WineEngAddFontMemResourceEx(PVOID pbFont, DWORD cbFont, PVOID pdv, DWORD
 BOOL WineEngRemoveFontResourceEx(LPCWSTR file, DWORD flags, PVOID pdv)
 {
     FIXME(":stub\n");
-    return TRUE;
+    return FALSE;
 }
 
 static const struct nls_update_font_list
@@ -6168,7 +6168,7 @@ INT WineEngAddFontResourceEx(LPCWSTR file, DWORD flags, PVOID pdv)
 INT WineEngRemoveFontResourceEx(LPCWSTR file, DWORD flags, PVOID pdv)
 {
     FIXME(":stub\n");
-    return TRUE;
+    return 0;
 }
 
 HANDLE WineEngAddFontMemResourceEx(PVOID pbFont, DWORD cbFont, PVOID pdv, DWORD *pcFonts)
-- 
1.6.0.3


--------------070206050306070903020205--



More information about the wine-patches mailing list