comdlg32: Change some trace statements to dump strings.
[wine] / dlls / mscoree / mscoree_private.h
2011-05-20  Marcus Meissnermscoree: Mark internal symbols with hidden visibility...
2011-03-16  Francois Gougetmscoree: Force_get_runtime_info() is not used so remove it.
2011-02-24  Vincent Povirkmscoree: Always return S_FALSE from DllCanUnloadNow.
2011-02-24  Vincent Povirkmscoree: Overhaul of mono runtime shutdown process.
2011-01-28  Vincent Povirkmscoree: Implement GetFileVersion.
2010-11-29  Jacek Cabanmscoree: Explicitly specify CDECL on imported functions.
2010-11-12  Vincent Povirkmscoree: Implement ClrCreateManagedInstance.
2010-11-12  Vincent Povirkmscoree: Search the Global Assembly Cache for required...
2010-11-11  Vincent Povirkmscoree: Add stub implementation of IMetaDataDispenserEx.
2010-11-11  Vincent Povirkmscoree: Implement config file parsing.
2010-11-10  Vincent Povirkmscoree: Add a proper implementation of DllCanUnloadNow.
2010-11-10  Vincent Povirkmscoree: Use the new architecture to implement _CorExeMain.
2010-11-10  Vincent Povirkmscoree: Load mono when creating a runtime host interface.
2010-11-09  Vincent Povirkmscoree: Use the .NET 4 interfaces to implement CorBind...
2010-10-28  Vincent Povirkmscoree: Implement LoadLibraryShim.
2010-10-13  Vincent Povirkmscoree: Use the new Mono runtime search code in GetReq...
2010-10-05  Vincent Povirkmscoree: Implement ICLRRuntimeInfo_GetInterface.
2010-10-05  Vincent Povirkmscoree: Implement ICLRMetaHost_GetVersionFromFile.
2010-10-05  Vincent Povirkmscoree: Add stub implementation of ICLRMetaHost.
2010-04-06  Vincent Povirkmscoree: Use the mono embedding api instead of invoking...
2008-04-01  Alistair Leslie... mscoree: Added ICorRuntimeHost support.