mirror of
https://github.com/reactos/wine.git
synced 2025-02-15 02:18:51 +00:00
Fix compilation if Freetype isn't installed.
This commit is contained in:
parent
8e9e8922f1
commit
5e86e9d5bc
@ -2518,7 +2518,7 @@ BOOL WineEngDestroyFontInstance(HFONT hfont)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
DWORD WineEngEnumFonts(LPLOGFONTW plf, DEVICEFONTENUMPROC proc, LPARAM lparam)
|
||||
DWORD WineEngEnumFonts(LPLOGFONTW plf, FONTENUMPROCW proc, LPARAM lparam)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user