Commit 0b66af67 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

gdi32: Use the correct type for the final parameter of FSOpenResourceFile().

This is SInt16 for 32-bit, but int for 64-bit. Signed-off-by: 's avatarHuw Davies <huw@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 643e6379
......@@ -818,7 +818,7 @@ static char *find_cache_dir(void)
static char **expand_mac_font(const char *path)
{
FSRef ref;
SInt16 res_ref;
ResFileRefNum res_ref;
OSStatus s;
unsigned int idx;
const char *out_dir;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment