|
9447a38f00
|
Added a Rainmeter.props file to easily change to 64bit compiler across all projects (for VS2010 Pro, which has 64bit compiler by default).
This change has no effect on VC2010 Express users (i.e. Windows7.1SDK needs to be installed). Read the Building wiki entry for more info.
|
2011-05-14 07:56:18 +00:00 |
|
|
a92bdd9b18
|
Cosmetic changes to code.
|
2011-03-29 19:21:57 +00:00 |
|
|
6c36a662e5
|
CoreTemp: Fixed mutex handle leak.
|
2011-02-19 11:12:06 +00:00 |
|
|
07d9b85500
|
Cleaned up project files.
|
2011-02-10 19:21:02 +00:00 |
|
|
6a5173c860
|
Upgrading development environment to Visual C++ 2010.
|
2011-02-10 16:09:05 +00:00 |
|
|
bf79f44e96
|
Cosmetic changes to code.
|
2011-02-03 18:09:24 +00:00 |
|
|
a8aa2825a2
|
Updated installer graphics and made some other minor changes.
|
2011-02-03 15:52:45 +00:00 |
|
|
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 |
|
|
2aa4d62278
|
Defined _CRT_SECURE_NO_WARNINGS.
|
2011-01-27 19:24:09 +00:00 |
|
|
ce614da5f3
|
Fixed that !RainmeterSetVariable and !RainmeterWriteKeyValue are unable to set/write empty value (thanks spx!).
|
2011-01-27 15:23:15 +00:00 |
|
|
c24a3c025f
|
Adding CoreTemp plugin.
|
2011-01-26 13:57:57 +00:00 |
|