gdi: Added stub for AddFontMemResourceEx.
This commit is contained in:
parent
9f55a518a2
commit
ca1c26b9d3
@ -2882,6 +2882,15 @@ BOOL WINAPI RemoveFontResourceW( LPCWSTR str )
|
|||||||
return RemoveFontResourceExW(str, 0, 0);
|
return RemoveFontResourceExW(str, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* AddFontMemResourceEx (GDI32.@)
|
||||||
|
*/
|
||||||
|
HANDLE WINAPI AddFontMemResourceEx( PVOID pbFont, DWORD cbFont, PVOID pdv, DWORD *pcFonts)
|
||||||
|
{
|
||||||
|
FIXME("(%p,%08lx,%p,%p): stub\n", pbFont, cbFont, pdv, pcFonts);
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* RemoveFontResourceExA (GDI32.@)
|
* RemoveFontResourceExA (GDI32.@)
|
||||||
*/
|
*/
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
@ stdcall AbortDoc(long)
|
@ stdcall AbortDoc(long)
|
||||||
@ stdcall AbortPath(long)
|
@ stdcall AbortPath(long)
|
||||||
# @ stub AddFontMemResourceEx
|
@ stdcall AddFontMemResourceEx(ptr long ptr ptr)
|
||||||
@ stdcall AddFontResourceA(str)
|
@ stdcall AddFontResourceA(str)
|
||||||
@ stdcall AddFontResourceExA(str long ptr)
|
@ stdcall AddFontResourceExA(str long ptr)
|
||||||
@ stdcall AddFontResourceExW(wstr long ptr)
|
@ stdcall AddFontResourceExW(wstr long ptr)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user