d3drm: Avoid LPDIRECT3DRMVISUAL.
[wine] / dlls / msvcrt40 /
2013-04-15  Alexandre JulliardRemove empty DLL_PROCESS_DETACH case statements.
2013-03-14  Alexandre Julliardmsvcrt: Synchronize spec files.
2013-02-27  André Hentschelmsvcrt: Add a new file for the ARM exception handling.
2012-12-17  Piotr Cabanmsvcrt: Sync spec files.
2012-03-16  Alexandre Julliardmsvcrt: Add entry points for the C++ exception function...
2011-09-14  Alexandre Julliardmsvcrt: Synchronize the spec files.
2011-05-16  Igor Paliychukmsvcrt: _CxxThrowException is stdcall, not cdecl.
2011-05-03  Alexandre Julliardmsvcrt: Allow forwarding to stub functions when the...
2011-05-03  Alexandre Julliardmsvcrt: Update spec files using the make_specfiles...
2011-05-01  Alexandre Julliardmsvcrt: Add stubs for the 64-bit msvcirt entry points.
2011-05-01  Alexandre Julliardmsvcrt: Export _aexit_rtn.
2011-04-29  Alexandre Julliardmsvcrt: Synchronize spec files across dlls.
2011-03-16  Alexandre Julliardmsvcrt: Export the __p_* functions on all platforms.
2011-02-01  Alexandre Julliardmsvcrt: Implement longjmp for x86_64.
2010-12-31  André Hentschelmsvcrt: Forward _setjmp on x86_64.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-08-31  Alexandre Julliardmsvcrt: Use int64 in the spec file for 64-bit integers.
2010-08-24  Alexandre Julliardmsvcrt: Export the 64-bit version of the C++ mangled...
2010-08-24  Alexandre Julliardmsvcrt: List the this pointer as an additional argument...
2010-08-24  Alexandre Julliardmsvcrt: Use the thiscall type on appropriate entry...
2010-07-22  Alexandre Julliardmsvcrt: Use the appropriate mangled names for operator...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-04-12  Alexandre Julliardmsvcrt: Make a few more exception handling functions...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2008-12-19  Andrew Talbotmsvcrt40: Remove unused Wine debug channel.
2008-12-15  Alexandre Julliardmsvcrt: The __p_* functions are only exported on i386.
2008-12-15  Alexandre Julliardmsvcrt: The _CI* math functions are only exported on...
2008-12-12  Alexandre Julliardmsvcrt: Use iob_func instead of p__iob on non-x86.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-01-21  Hans Leidekkermsvcrt: _ftol returns a 64-bit value.
2008-01-21  Hans Leidekkermsvcrt: Fix _execv spec entries for the forwarding...
2007-12-05  Louis Lendersmsvcrt40: Add DllMain.
2007-05-04  Alexandre JulliardGet rid of some empty source files, our makefiles no...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-08-25  Alexandre JulliardMoved the implementation of spec file stubs to the...
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...
2004-12-10  Rein Klazes- implement __pioinfo, __badioinfo and _adjust_fdiv
2004-05-12  Alexandre JulliardFixed the prototypes of the _adj_fdiv_* functions.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-01-13  Alexandre JulliardAdded all the missing functions.
2004-01-12  Mike McCormackStub enough of MSVCRT40 to make IE4 install work.