André Hentschel nerv@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?