4 Oct
2012
4 Oct
'12
3:40 a.m.
André Hentschel <nerv(a)dawncrow.de> writes:
@@ -5173,10 +5173,10 @@ const struct builtin_class_descr EDIT_builtin_class = editW, /* name */ CS_DBLCLKS | CS_PARENTDC, /* style */ WINPROC_EDIT, /* proc */ -#ifdef __i386__ - sizeof(EDITSTATE *) + sizeof(WORD), /* extra */ -#else +#ifdef _WIN64 sizeof(EDITSTATE *), /* extra */ +#else + sizeof(EDITSTATE *) + sizeof(WORD), /* extra */ #endif
Why do you need that? -- Alexandre Julliard julliard(a)winehq.org