mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Minor changes to 7cee196
This commit is contained in:
@ -121,8 +121,8 @@ public:
|
||||
CRainmeter();
|
||||
~CRainmeter();
|
||||
|
||||
int Initialize(LPCWSTR szPath);
|
||||
bool IsAlreadyRunning();
|
||||
int Initialize(LPCWSTR iniPath);
|
||||
static bool CreateInstanceMutex(HANDLE* mutex, LPCWSTR iniPath);
|
||||
int MessagePump();
|
||||
|
||||
void SetNetworkStatisticsTimer();
|
||||
@ -323,7 +323,6 @@ private:
|
||||
|
||||
HWND m_Window;
|
||||
|
||||
HANDLE m_Mutex;
|
||||
HINSTANCE m_Instance;
|
||||
HMODULE m_ResourceInstance;
|
||||
LCID m_ResourceLCID;
|
||||
|
Reference in New Issue
Block a user