gdi32: Add a stub implementation for RemoveFontMemResourceEx.

oldstable
Hans Leidekker 2008-01-01 16:23:39 +01:00 committed by Alexandre Julliard
parent 739152ce3e
commit 864741c1b4
2 changed files with 10 additions and 1 deletions

View File

@ -3307,6 +3307,15 @@ HANDLE WINAPI AddFontMemResourceEx( PVOID pbFont, DWORD cbFont, PVOID pdv, DWORD
return WineEngAddFontMemResourceEx(pbFont, cbFont, pdv, pcFonts);
}
/***********************************************************************
* RemoveFontMemResourceEx (GDI32.@)
*/
BOOL WINAPI RemoveFontMemResourceEx( HANDLE fh )
{
FIXME("(%p) stub\n", fh);
return TRUE;
}
/***********************************************************************
* RemoveFontResourceExA (GDI32.@)
*/

View File

@ -397,7 +397,7 @@
@ stdcall RectInRegion(long ptr)
@ stdcall RectVisible(long ptr)
@ stdcall Rectangle(long long long long long)
# @ stub RemoveFontMemResourceEx
@ stdcall RemoveFontMemResourceEx(ptr)
@ stdcall RemoveFontResourceA(str)
@ stdcall RemoveFontResourceExA(str long ptr)
@ stdcall RemoveFontResourceExW(wstr long ptr)