mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
- Updated Power plugin and Process plugin to use new API
- Removed CSPluginTemplate
This commit is contained in:
@ -69,14 +69,6 @@ enum RMGTYPE
|
||||
//
|
||||
|
||||
#ifndef LIBRARY_EXPORTS
|
||||
enum LOGLEVEL
|
||||
{
|
||||
LOG_ERROR = 1,
|
||||
LOG_WARNING = 2,
|
||||
LOG_NOTICE = 3,
|
||||
LOG_DEBUG = 4
|
||||
};
|
||||
|
||||
__inline LPCWSTR RmReadPath(void* rm, LPCWSTR option, LPCWSTR defValue)
|
||||
{
|
||||
LPCWSTR relativePath = RmReadString(rm, option, defValue, TRUE);
|
||||
|
Reference in New Issue
Block a user