mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed instance checking failed in some cases due to 2c6ed8e
This commit is contained in:
@ -122,6 +122,7 @@ public:
|
||||
~CRainmeter();
|
||||
|
||||
int Initialize(LPCWSTR szPath);
|
||||
bool IsAlreadyRunning();
|
||||
int MessagePump();
|
||||
|
||||
void SetNetworkStatisticsTimer();
|
||||
@ -322,6 +323,7 @@ private:
|
||||
|
||||
HWND m_Window;
|
||||
|
||||
HANDLE m_Mutex;
|
||||
HINSTANCE m_Instance;
|
||||
HMODULE m_ResourceInstance;
|
||||
LCID m_ResourceLCID;
|
||||
|
Reference in New Issue
Block a user