wine-wine/dlls/ole32
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
..
tests tests: Add a helper routine to wait for a child process and propagate its result correctly. 2008-02-07 12:56:00 +01:00
Makefile.in ole32: Add pointer moniker implementation. 2008-02-04 13:04:21 +01:00
antimoniker.c
bindctx.c ole32: Fix reference count leak in BindMoniker. 2008-02-13 16:42:18 +01:00
classmoniker.c
clipboard.c ole32: Remove unneeded casts. 2008-01-15 11:38:08 +01:00
compobj.c ole32: Fix a potentially confusing combination of conditional and bitwise or operators by adding extra brackets. 2008-02-13 16:42:36 +01:00
compobj.spec
compobj_private.h ole32: Ignore the threading model of the PSFactoryBuffer object created during standard marshaling. 2007-12-03 11:55:00 +01:00
compositemoniker.c
datacache.c ole32: Fixed datacache object so that we can retrieve meaningful information. 2008-01-14 13:38:46 +01:00
dcom.idl
defaulthandler.c
dictionary.c
dictionary.h
drag_copy.cur
drag_link.cur
drag_move.cur
enumx.c
enumx.h
errorinfo.c
filemoniker.c ole32: Fix a leak of the IBindCtx object in FileMonikerImpl_IsEqual. 2007-11-12 11:45:57 +01:00
ftmarshal.c
git.c ole32: Remove unneeded casts. 2008-01-15 11:38:08 +01:00
hglobalstream.c ole32: Fail before constructing an object in CreateStreamOnHGlobal to avoid a memory leak. 2007-11-13 13:29:30 +01:00
ifs.c
ifs.h
irot.idl
itemmoniker.c ole32: Fix memory leak in ItemMonikerImpl_Save. 2007-11-12 11:45:34 +01:00
marshal.c ole32: Fix potential NULL dereference of qiresults in ClientIdentity_QueryMultipleInterfaces. 2008-02-13 16:42:42 +01:00
memlockbytes.c
memlockbytes16.c
moniker.c Don't use GetExceptionCode and GetExceptionInformation in exception filter functions. 2008-02-16 14:57:44 +01:00
moniker.h ole32: Add pointer moniker implementation. 2008-02-04 13:04:21 +01:00
nodrop.cur
ole2.c ole32: Remove unneeded casts. 2008-01-15 11:38:08 +01:00
ole2.spec
ole2_16.c
ole2conv.spec
ole2impl.c
ole2nls.c
ole2nls.spec
ole2prox.spec
ole2stubs.c
ole2thk.spec
ole16.c ole32: Remove unneeded casts. 2008-01-15 11:38:08 +01:00
ole32.spec ole32: Add a stub implementation of CreatePointerMoniker. 2008-02-04 13:02:35 +01:00
ole32_main.c ole32: Include wine/port.h for snprintf(). 2007-10-17 13:44:05 +02:00
ole32res.rc
oleobj.c
oleproxy.c ole32: Add pointer moniker implementation. 2008-02-04 13:04:21 +01:00
olestd.h
pointermoniker.c ole32: Add pointer moniker implementation. 2008-02-04 13:04:21 +01:00
regsvr.c ole32: Add pointer moniker implementation. 2008-02-04 13:04:21 +01:00
rpc.c ole32: Don't get the HRESULT from the buffer if we get an RPC_S_CALL_FAILED status back from the runtime. 2008-01-22 12:00:49 +01:00
stg_bigblockfile.c Assorted spelling fixes. 2008-02-15 12:09:24 +01:00
stg_prop.c ole32: Remove unneeded casts. 2008-01-15 11:38:08 +01:00
stg_stream.c
storage.c ole32: DPRINTF -> TRACE. 2007-12-12 13:48:54 +01:00
storage.spec
storage32.c ole32: Fix the character count passed to GetClipboardFormatNameW in WriteFmtUserTypeStg. 2008-02-15 11:04:09 +01:00
storage32.h
stubmanager.c
usrmarshal.c ole32: Add tests for WdtpInterfacePointer_* functions. 2007-11-27 11:40:19 +01:00
version.rc
version16.rc