advapi32: Add stub FileEncryptionStatus and declarations.
[wine] / dlls / winecrt0 /
2006-02-07  Alexandre JulliardInclude wine/port.h in files that use exceptions.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-10-30  Alexandre JulliardMake all winecrt0 functions and variables hidden.
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.