3 Jul
2008
3 Jul
'08
1:01 p.m.
Hi Dylan, - if (!editor->bEmulateVersion10 || (editor->nEventMask & ENM_UPDATE)) + if (!editor->dwEmulatedVersion || (editor->nEventMask & ENM_UPDATE)) This change is incorrect, as dwEmulatedVersion is never set to 0. I believe you mean if (editor->dwEmulatedVersion > 0x100 || ... I have to ask, though: what bug does this fix? --Juan