rainmeter-studio/Plugins/PluginPerfMon
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
..
MakePtr.h 2009-02-10 18:37:48 +00:00
ObjInst.cpp Defined _CRT_SECURE_NO_WARNINGS. 2011-01-27 19:24:09 +00:00
ObjInst.h 2009-02-10 18:37:48 +00:00
ObjList.cpp Defined _CRT_SECURE_NO_WARNINGS. 2011-01-27 19:24:09 +00:00
ObjList.h 2009-02-10 18:37:48 +00:00
PerfCntr.cpp Defined _CRT_SECURE_NO_WARNINGS. 2011-01-27 19:24:09 +00:00
PerfCntr.h 2009-02-10 18:37:48 +00:00
PerfData.cpp Disabled the DLL_THREAD_ATTACH and DLL_THREAD_DETACH notification calls in all DLLs. 2011-01-30 09:31:41 +00:00
PerfData.h Changed behavior so as not to indicate the error message box when DynamicVariables is 1 and FontSize is 0. (issue 126) 2010-02-04 07:16:22 +00:00
PerfObj.cpp Defined _CRT_SECURE_NO_WARNINGS. 2011-01-27 19:24:09 +00:00
PerfObj.h 2009-02-10 18:37:48 +00:00
PerfSnap.cpp Defined _CRT_SECURE_NO_WARNINGS. 2011-01-27 19:24:09 +00:00
PerfSnap.h 2009-02-10 18:37:48 +00:00
PluginPerfMon.rc Updating Illustro to 0.9.1 2010-11-14 10:28:17 +00:00
PluginPerfMon.vcproj Defined _CRT_SECURE_NO_WARNINGS. 2011-01-27 19:24:09 +00:00
Titledb.cpp Defined _CRT_SECURE_NO_WARNINGS. 2011-01-27 19:24:09 +00:00
Titledb.h 2009-02-10 18:37:48 +00:00