gdi32: Fix function prototype when building without freetype.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2018-12-03 10:39:47 +03:00 committed by Alexandre Julliard
parent 133af46568
commit cfcfcadfcb
1 changed files with 1 additions and 1 deletions

View File

@ -9168,7 +9168,7 @@ BOOL WINAPI GetFontFileData( DWORD instance_id, DWORD unknown, UINT64 offset, vo
/************************************************************************* /*************************************************************************
* GetFontFileInfo (GDI32.@) * GetFontFileInfo (GDI32.@)
*/ */
BOOL WINAPI GetFontFileInfo( DWORD instance_id, DWORD unknown, struct font_fileinfo *info, DWORD size, DWORD *needed) BOOL WINAPI GetFontFileInfo( DWORD instance_id, DWORD unknown, struct font_fileinfo *info, SIZE_T size, SIZE_T *needed)
{ {
*needed = 0; *needed = 0;
return FALSE; return FALSE;