a82f4dd9b7
When using native compiler exceptions, it isn't valid to use GetExceptionCode and GetExceptionInformation anywhere other than in the filter or handler blocks since it would be very hard for the compiler to work out where to retrieve the exception information from on the stack. Therefore, remove the WINE_EXCEPTION_FILTER and WINE_FINALLY_FUNC macros which enabled GetExceptionCode, GetExceptionInformation and AbnormalTermination to be used inside of the functions they declared and fix up all callers to access the information directly. |
||
---|---|---|
.. | ||
Makefile.in | ||
devices.c | ||
dma.c | ||
dosaspi.c | ||
dosconf.c | ||
dosexe.h | ||
dosmem.c | ||
dosvm.c | ||
dosvm.h | ||
fpu.c | ||
himem.c | ||
int2f.c | ||
int09.c | ||
int10.c | ||
int13.c | ||
int15.c | ||
int16.c | ||
int21.c | ||
int25.c | ||
int26.c | ||
int31.c | ||
int33.c | ||
int67.c | ||
interrupts.c | ||
ioports.c | ||
module.c | ||
ppdev.c | ||
relay.c | ||
soundblaster.c | ||
timer.c | ||
vga.c | ||
vga.h | ||
vxd.c | ||
winedos.spec | ||
wprocs.spec | ||
xms.c |