降低退出时崩溃的概率

This commit is contained in:
yuanyuanxiang
2019-01-13 00:04:50 +08:00
parent 681ab9bd82
commit 77a1de6704
15 changed files with 117 additions and 75 deletions

View File

@@ -20,6 +20,7 @@ class CMy2015RemoteApp : public CWinApp
public:
CMy2015RemoteApp();
iniFile m_iniFile;
HANDLE m_Mutex;
// <20><>д
public:
virtual BOOL InitInstance();
@@ -27,6 +28,7 @@ public:
// ʵ<><CAB5>
DECLARE_MESSAGE_MAP()
virtual int ExitInstance();
};
extern CMy2015RemoteApp theApp;