Re: wineconsole: Store the font as a DWORD_PTR.
May 31, 2006
11:22 p.m.
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
7239
Age (days ago)
7239
Last active (days ago)
0 comments
1 participants
participants (1)
-
Detlef Riekenberg