[GDI32] Add casts to silence warnings on x64
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 13 Jan 2019 14:29:13 +0000 (15:29 +0100)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 4 Mar 2019 20:58:42 +0000 (21:58 +0100)
commit7dabd235ec1ac0ae9dfb2a1b0e78cef2216bc987
treee781f4a51a251cdc9b86b2363a50d15acecb7e4d
parent711dbd19f7ea9d51c2a0bf52ae5bf9d2fa23f32d
[GDI32] Add casts to silence warnings on x64

The cast is required, because FARPROC is only compatible with function pointer types that return INT_PTR and the ones used return int/BOOL.
win32ss/gdi/gdi32/misc/wingl.c