Go to file
spx 92eafce2dc Disabled the DLL_THREAD_ATTACH and DLL_THREAD_DETACH notification calls in all DLLs.
DisableThreadLibraryCalls Function
http://msdn.microsoft.com/en-us/library/ms682579.aspx
Note: Do not call "DisableThreadLibraryCalls" in a DLL which is statically linked to the CRT
http://support.microsoft.com/kb/555563/en-us

For plugin author:
If you need to implement DllMain entry point yourself, get rid of the #include "DisableThreadLibraryCalls.h" line.
2011-01-30 09:31:41 +00:00
Application Some housekeeping. 2011-01-28 10:00:50 +00:00
Library Disabled the DLL_THREAD_ATTACH and DLL_THREAD_DETACH notification calls in all DLLs. 2011-01-30 09:31:41 +00:00
Plugins Disabled the DLL_THREAD_ATTACH and DLL_THREAD_DETACH notification calls in all DLLs. 2011-01-30 09:31:41 +00:00
LICENSE Initial directory structure. 2009-02-10 18:09:59 +00:00
Rainmeter.sln Adding CoreTemp plugin. 2011-01-26 13:57:57 +00:00
README.md Initial directory structure. 2009-02-10 18:09:59 +00:00
revision-number.h Defined _CRT_SECURE_NO_WARNINGS. 2011-01-27 19:24:09 +00:00