server: Store the opening options in the file descriptor instead of in the individual...
[wine] / dlls / msdmo /
2007-01-12  Andrew Talbotmsdmo: Declare a function static.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before CoTaskM...
2006-10-06  Michael Stefaniucmsdmo: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-24  Alexandre JulliardLink against libwine_unicode everywhere we use Unicode...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-02  Marcus MeissnerDrop duplicate definition of IID_IEnumDMO.
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-02-24  Mike McCormackRemove tabs, reformat, merge comments.
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-23  Tom WicklineVersion resources cleanup.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
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-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-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-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2003-12-01  Tom WicklineUse the same version format for all DX dlls.
2003-11-25  Ulrich CzekallaImplemented DMORegister, DMOUnregister, DMOGetName...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-21  Michael Günnewig- Implemented Mo* methods.
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-03-22  Hidenori TakeshimaRemoved some code because of concerns over the Microsof...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-20  Hidenori TakeshimaImplemented some APIs.
2001-10-23  Hidenori TakeshimaAdded stubs for msdmo.dll, qcap.dll and devenum.dll.