Fix compilation if Freetype isn't installed.

This commit is contained in:
Huw Davies 2004-01-19 21:51:45 +00:00 committed by Alexandre Julliard
parent 8e9e8922f1
commit 5e86e9d5bc
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}