Fixed instance checking failed in some cases due to 2c6ed8e

This commit is contained in:
Birunthan Mohanathas
2012-05-24 09:19:52 +03:00
parent 73dba004e8
commit 7cee196f11
2 changed files with 81 additions and 41 deletions

View File

@ -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;