Fixed SetTextAlign(), SetBkMode(), SetROP2(), SetPolyFillMode(), and
[wine] / dlls / winecrt0 /
2005-09-03  Alexandre JulliardMake sure to always call the destructors when the const...
2005-09-03  Alexandre JulliardThere's no way to properly unload a driver, so don...
2005-09-02  Alexandre JulliardAdded an entry point routine for native drivers.
2005-09-02  Alexandre JulliardMoved the spec file init function and constructor to...
2005-08-29  Alexandre JulliardAvoid using common symbols, they are broken on Mac OS.
2005-08-29  Alexandre JulliardUncomment out DisableThreadLibraryCalls in DllMain...
2005-08-29  Alexandre JulliardMoved more of the spec initialization code to the winec...
2005-08-25  Alexandre JulliardMoved the delay loading support code to the winecrt0...
2005-08-25  Alexandre JulliardMoved the implementation of spec file stubs to the...
2005-08-25  Alexandre JulliardAdded a make rules file for static import libraries.
2005-08-25  Alexandre JulliardBeginnings of a crt0 library.