http://bugs.winehq.org/show_bug.cgi?id=20696
--- Comment #9 from Nikolay Sivov bunglehead@gmail.com 2009-11-14 03:19:44 --- (In reply to comment #8)
(In reply to comment #7)
It was faster than I expected. Probably it's time to fully revert this one and try to implement v6 manifest dependency.
We could first try with a more compatible layout. There's no reason that all the fields need to be moved.
That's great. All we need currently is a vtable at zero offset, we could move refcount to the end as well as magic field. After that all others we be at the same offsets.
Now we can even drop magic field evaluation, we could check vtable pointer instead.