wine-wine/programs/explorer
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 winex11.drv: Use display device guid managed by explorer. 2007-11-19 15:00:11 +01:00
desktop.c explorer: Add meaningful titles to virtual desktop windows. 2008-02-15 12:04:32 +01:00
device.c explorer: Added dynamic drive support for MacOSX. 2006-10-03 14:54:16 +02:00
diskarb.c explorer: Fix leak: always release the CFDictionary. 2007-02-07 21:44:08 +01:00
explorer.c Remove some more unused debugging channels. 2006-08-29 12:28:58 +02:00
explorer_private.h explorer: Added dynamic drive support for MacOSX. 2006-10-03 14:54:16 +02:00
hal.c Don't use GetExceptionCode and GetExceptionInformation in exception filter functions. 2008-02-16 14:57:44 +01:00
systray.c systray: Better validate icon owner. 2008-02-15 11:38:24 +01:00