Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch]
[wine] / include / wine / obj_base.h
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-21  Peter HunnisettFix ICOM_DEFINE for C++.
2002-01-31  Patrik StridvallMove __stdcall/__cdecl to the right place.
2001-09-25  Ove KaavenAdded ICOM_[C]THIS_MULTI macros to make it easier to...
2001-08-27  Hidenori TakeshimaAdded ICOM_METHOD12-26, ICOM_VMETHOD12-26, ICOM_CALL12-26.
2001-05-07  Francois GougetAdded support for the DECIMAL type.
2001-04-09  Marcus MeissnerArg 3 of CoGetClassObject is COSERVERINFO*, added some...
2001-01-04  Francois GougetRemoved the 'fn' prefix (i.e. ICOM_FN).
2000-12-29  François GougetAdded an ICOM_FN that generates either fn##xfn or sfn...
2000-12-13  Andreas MohrSHGetMalloc must use MEMCTX_TASK, otherwise CoGetMalloc...
2000-12-02  Francois GougetFixed the case of "Winelib".
2000-11-25  Dimitrie O. PaunFixed typo in macro ICOM_METHOD11 parameter list.
2000-11-15  James HathewayIncrease number of parameters possible for ICOM_* macro...
2000-10-19  Francois GougetAdded/fixed missing extern "C".
2000-10-12  Francois GougetEnable anonymous struct/union support by default in...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-07  Ove KaavenProtect the prototypes in here from C++ name mangling...
2000-08-03  Alexandre JulliardAdded guiddef.h and moved a few GUID definitions to...
2000-06-23  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-06-12  Marcus MeissnerCorrected IsEqualGUID prototype.
2000-06-11  Francois GougetReordered the CALLBACK and WINAPI directives so that...
2000-03-24  Francois Gouget- The ICOM_CMETHODxxx cause problems because the 'const...
2000-03-04  Marcus MeissnerCoLoadLibrary gets UNICODE, not ASCII strings. (spotted...
2000-02-25  Pierre MageauImplementation of OleConvert routines.
2000-01-30  Francois GougetThe COM virtual tables must use the
1999-11-07  Peter Hunnisett- Added missing __attribute__ ((com_interface)) for...
1999-10-25  Francois GougetAdded two macros, ICOM_VFIELD and ICOM_VTBL, so that...
1999-10-23  Francois GougetDefine the COM macros even in C++.
1999-07-31  Patrik StridvallVarious ANSI C compability fixes.
1999-07-24  Paul QuinnAdd a few stubs, some C++ compatibility, and fix a...
1999-06-26  Patrik StridvallANSI C fixes.
1999-05-22  Paul QuinnMicrosoft com vtable compatibility workaround for g...
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-06  Francois GougetAdded a new implementation of the ICOM macros that...
1999-03-25  Juergen SchmiedUse the new header for COM definitions.
1999-03-23  Noomen HamzaImplemented:
1999-03-17  Francois GougetRemoved the obsolete ICOM macros.
1999-03-10  Paul QuinnAdded a lot of new OLE interfaces.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-18  Francois GougetRemoved references to ICOM_INHERITS.
1999-02-17  Francois GougetAdded new API. Part of it was in 'include/objbase.h...
1999-02-17  Francois GougetChanged ICOM_THIS definition.
1999-02-10  Francois GougetBetter set of macros for defining the COM interfaces.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110