Fix signed/unsigned comparison warnings.
[wine] / dlls / dmusic /
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
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-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
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-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-05-14  Ivan Leo Murray... Updated the version info of all DirectX dlls to the...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-02-25  Rok MandeljcAdded name resolving for CLSIDs, IIDs, GUIDs and return...
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-23  Ge van GeldorpFix various function prototypes to conform to PSDK.
2004-01-20  Rok Mandeljc- updated resources to DX9
2004-01-03  Alexandre JulliardAvoid referencing a private header in another dll.
2003-10-11  Dimitrie O. PaunFix some instances of memory allocation through HeapReA...
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-22  Rok Mandeljc- implemented loader, loader's stream and loading of...
2003-07-30  Alexandre JulliardMake the DllRegisterServer, DllRegisterServerEx, DllUnr...
2003-07-21  Rok MandeljcSplit the dmusic interfaces.
2003-07-16  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-07-09  Francois GougetSpelling fixes.
2003-07-02  Christian CostaMake Init and InitAudio return an error when no audio...
2003-07-01  Alexandre JulliardAdd strmif.h to the headers included in libuuid.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-30  Alexandre JulliardFixed warning.
2003-06-30  Rok MandeljcFile loading improvements.
2003-06-27  Raphael Junqueira- huge COM cleanup: only keep dmusic8 version of interf...
2003-06-24  Rok MandeljcAdded framework for file loading.
2003-06-18  Raphael Junqueira- add IDirectMusicContainer support in
2003-06-16  Christian CostaAllocate necessary dsound buffers for standard audio...
2003-06-13  Raphael Junqueira- always use IDirectMusicPerformance8Impl instead of
2003-06-07  Rok Mandeljc- added debug
2003-05-06  Rok Mandeljc- implemented some more port related-functions
2003-05-04  Rok MandeljcDmusic class factory can now create dmloader8 and dmper...
2003-05-02  Rok MandeljcImplemented DirectMusic:EnumPort and DirectMusic:GetDef...
2003-04-27  Rok MandeljcSome dmusic functions implementation.
2003-04-12  Alexandre JulliardHeader files must not include config.h.
2003-04-08  Rok MandeljcAdded stubs for all dmusic interfaces.
2003-04-03  Rok MandeljcAdded version info.
2003-03-31  Rok Mandeljc(sorta) implemented EnumPorts.
2003-03-21  Rok MandeljcStub implementation of the dmusic dll.