wine-wine/dlls/oleaut32
Rob Shearman 8608e895eb Add a new convenience macro for an exception handler that handles all exceptions.
When using native compiler exceptions, the previous method of doing 
this, __EXCEPT(NULL), would expand to __except( 
(NULL)(GetExceptionInformation())) which doesn't compile as NULL isn't a 
function.

So add a new macro, __EXCEPT_ALL, which works correctly both when using 
native compiler exceptions and without and which makes the meaning of 
code in which it is used clearer.
2008-02-16 14:58:24 +01:00
..
tests oleaut32: Fix some memory leaks in the safearray tests. 2008-02-04 13:03:58 +01:00
Makefile.in oleaut32: Use widl to generate oaidl_p.c. 2007-10-25 13:33:37 +02:00
connpt.c
connpt.h
dispatch.c
hash.c
ole2disp.c
ole2disp.h
ole2disp.spec
oleaut.c oleaut32: Remove unneeded casts. 2008-01-16 12:16:01 +01:00
oleaut32.rc
oleaut32.spec oleaut32: Implement VarWeekdayName + tests. 2007-12-05 13:46:42 +01:00
oleaut32_Bg.rc
oleaut32_Cz.rc
oleaut32_De.rc
oleaut32_Dk.rc
oleaut32_En.rc
oleaut32_Eo.rc
oleaut32_Es.rc
oleaut32_Fr.rc
oleaut32_Hu.rc
oleaut32_It.rc
oleaut32_Ko.rc
oleaut32_Nl.rc
oleaut32_No.rc
oleaut32_Pl.rc
oleaut32_Pt.rc
oleaut32_Ru.rc
oleaut32_Sv.rc oleaut32: Update Swedish translation. 2007-10-16 12:42:00 +02:00
oleaut32_Th.rc
oleaut32_Tr.rc
oleaut32_oaidl.idl oleaut32: Use widl to generate oaidl_p.c. 2007-10-25 13:33:37 +02:00
olefont.c oleaut32: Fix a leak of a typelib object in OLEFontImpl_GetTypeInfo. 2008-02-04 13:02:39 +01:00
olepicture.c oleaut32: Fix a leak of bmi in OLEPictureImpl_LoadGif. 2008-02-04 13:02:59 +01:00
recinfo.c
regsvr.c
resource.h
safearray.c oleaut32: Remove unneeded casts. 2008-01-16 12:16:01 +01:00
stubs.c
tmarshal.c Add a new convenience macro for an exception handler that handles all exceptions. 2008-02-16 14:58:24 +01:00
typelib.c oleaut32: Remove unneeded casts. 2008-01-16 12:16:01 +01:00
typelib.h Assorted spelling fixes. 2008-01-16 12:48:29 +01:00
typelib.spec
typelib2.c oleaut32: Use the symbolic name for TYPEFLAG_FDISPATCHABLE. 2008-01-24 11:42:02 +01:00
typelib16.c oleaut32: Remove unneeded casts. 2008-01-16 12:16:01 +01:00
ungif.c
ungif.h
usrmarshal.c oleaut32: Try to re-use existing memory when unmarshalling variants with byref types. 2007-12-07 16:34:28 +01:00
varformat.c oleaut32: Implement VarWeekdayName + tests. 2007-12-05 13:46:42 +01:00
variant.c Assorted spelling fixes. 2008-01-16 12:48:29 +01:00
variant.h
vartype.c
version.rc