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)