secur32: Fix conversion of password in NTLM AcquireCredentialsHandleA.
[wine] / dlls / msvideo / msvideo16.c
2005-11-22  Dmitry TimoshkovAdd a semi-functional ICCompressorChoose implementation.
2005-09-27  Vincent BéronUse the proper calling convention for 2 16-bit functions.
2005-08-23  Mike McCormackFix gcc 4.0 warnings.
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-05-23  Alexandre JulliardRemoved unnecessary code in the 16-bit DllEntryPoint...
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2004-06-29  Dimitrie O. PaunLook up driver info in the registry as well as in syste...
2003-08-27  Alexandre JulliardAdded varargs support for 16-bit entry points.
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-01-30  Eric Pouech- made ICInfo closer to Windows behavior (i.e. no longe...
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2002-11-20  Eric PouechNo longer using Win32 API relative to 16 bit subsystem...
2002-11-06  Patrik StridvallFixed some issues found by winapi_check.
2002-10-31  Eric PouechSplit between 16 / 32 bit code.
2002-10-23  Michael StefaniucCompile the msvideo dll with -DSTRICT.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-08-29  Michael StefaniucConvert HPALETTE to a void*.
2002-08-26  Michael StefaniucMoved most of the 16-bit functions in dlls/msvideo...