Uwe Bonnes <[EMAIL PROTECTED]> writes:
> Under OSR2 on Vmware the program terminates here:
> >Frame: 0063FF68 Handler: BFFB8CF8 Prev: FFFFFFFF Scopetable: BFFB8ED8
> > scopetable[0] PrevTryLevel: FFFFFFFF filter: BFF88E98 __except: BFF88EA1
>
> Does Wine need to get compatible on that level too?
No, these are compiler-specific structures. They are used by Microsoft
__except_handler3 function, but since we don't use this function for
our own exception handling we don't need to have the same structures
(and it would be pretty hard to convince gcc to build them for us
anyway).
--
Alexandre Julliard
[EMAIL PROTECTED]