Fix signed/unsigned comparison warnings.
[wine] / dlls / comcat /
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-13  Alexandre JulliardMoved ICOM_THIS_MULTI definition out of objbase.h and...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-02-27  Alexandre JulliardSync some of the dll registrations with the contents of
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-30  Alexandre JulliardMake the DllRegisterServer, DllRegisterServerEx, DllUnr...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-01-20  John K. HohmAdded optional OLESelfRegister to wine_common_ver.rc...
2003-01-11  John K. HohmReimplemented DllRegisterServer and DllUnregisterServer...
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2002-12-23  Alexandre JulliardRemoved some remaining references to wine/obj_base.h.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-09-24  Michael StefaniucConvert HKEY to a void*.
2002-08-30  Steven EdwardsUpdate some .cvsignore files for building on Windows.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-13  John K. HohmCompleted implementation of comcat.dll, incl. Dll[Un...
2002-06-02  John K. HohmComplete ICatInformation implementation.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Alexandre JulliardReplaced swprintf by wsprintfW.
2002-05-19  John K. HohmMore comcat.dll implementation, swprintf fix, winerror...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  John K. HohmAdded comcat.dll with factory and manager but E_NOTIMPL...