rainmeter-studio/Plugins/PluginFolderInfo
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
..
FolderInfo.cpp Fixed: FolderInfo.dll did not support relative paths (thanks to elestel) 2010-12-06 07:43:30 +00:00
FolderInfo.h Fixed: FolderInfo.dll did not support relative paths (thanks to elestel) 2010-12-06 07:43:30 +00:00
FolderInfoPlugin.cpp Disabled the DLL_THREAD_ATTACH and DLL_THREAD_DETACH notification calls in all DLLs. 2011-01-30 09:31:41 +00:00
PluginFolderInfo.rc Minor tweaks to the installer and corrected version in .rc file for FolderInfo.dll. 2010-11-18 10:03:05 +00:00
PluginFolderInfo.vcproj Some housekeeping. 2011-01-28 10:00:50 +00:00