wineconsole: Store the font as a DWORD_PTR.

Detlef Riekenberg wine.dev at web.de
Wed May 31 18:22:57 CDT 2006


Am Mittwoch, den 31.05.2006, 16:28 +0900 schrieb Mike McCormack:
> index 169f4e1..73a0987 100644
> --- a/programs/wineconsole/dialog.c
> +++ b/programs/wineconsole/dialog.c

> +        return GetWindowLongPtr(hWnd, 0);

> +            HFONT hFont = (HFONT)GetWindowLongPtr(hWnd, 0L);

Are 0 and 0L always the same ?
(32bit and 64bit)

-- 
By By ...
      ... Detlef




More information about the wine-devel mailing list