wine-wine/dlls/winedos
Rob Shearman a82f4dd9b7 Don't use GetExceptionCode and GetExceptionInformation in exception filter functions.
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.
2008-02-16 14:57:44 +01:00
..
Makefile.in
devices.c winedos: Remove unneeded casts. 2008-01-25 12:08:45 +01:00
dma.c Spelling fixes. 2008-01-10 12:16:31 +01:00
dosaspi.c
dosconf.c
dosexe.h winedos: Add the possibility of refusing to emulate some interrupts. 2007-12-23 13:55:12 +01:00
dosmem.c winedos: Remove unneeded casts. 2008-01-25 12:08:45 +01:00
dosvm.c Don't use GetExceptionCode and GetExceptionInformation in exception filter functions. 2008-02-16 14:57:44 +01:00
dosvm.h
fpu.c
himem.c
int2f.c winedos: Remove unneeded casts. 2008-01-25 12:08:45 +01:00
int09.c
int10.c Spelling fixes. 2008-01-10 12:16:31 +01:00
int13.c
int15.c
int16.c
int21.c winedos: Remove unneeded casts. 2008-01-25 12:08:45 +01:00
int25.c
int26.c
int31.c Don't use GetExceptionCode and GetExceptionInformation in exception filter functions. 2008-02-16 14:57:44 +01:00
int33.c
int67.c
interrupts.c winedos: Don't emulate in 32-bit mode interrupts that don't have a specific handler. 2007-12-31 17:25:05 +01:00
ioports.c winedos: Remove unneeded casts. 2008-01-25 12:08:45 +01:00
module.c
ppdev.c
relay.c
soundblaster.c Spelling fixes. 2008-01-10 12:16:31 +01:00
timer.c
vga.c winedos: Remove unneeded casts. 2008-01-25 12:08:45 +01:00
vga.h
vxd.c winedos: Remove unneeded casts. 2008-01-25 12:08:45 +01:00
winedos.spec
wprocs.spec
xms.c