summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/IEView.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-04-15 20:56:34 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-04-15 20:56:34 +0000
commitda9ae2242b65c735ccda30107cd2f8ee5a021948 (patch)
tree2e21dda585f7301915de0bc9f06e691a89ec874c /plugins/IEView/src/IEView.h
parent488a36ac6ae6d7f10db977550b38ac0dd0187a0f (diff)
minus one critical section
git-svn-id: http://svn.miranda-ng.org/main/trunk@12849 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/IEView.h')
-rw-r--r--plugins/IEView/src/IEView.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/IEView/src/IEView.h b/plugins/IEView/src/IEView.h
index 6f4aa7eb60..6621500830 100644
--- a/plugins/IEView/src/IEView.h
+++ b/plugins/IEView/src/IEView.h
@@ -423,8 +423,7 @@ public:
class IEView :public IDispatch, public IOleClientSite, public IOleInPlaceSite, public IDocHostUIHandler, public IInternetSecurityManager, public IServiceProvider {
private:
static IEView *list;
- static CRITICAL_SECTION mutex;
- static bool isInited;
+ static mir_cs mutex;
HWND parent;
HWND hwnd;
IEView *prev, *next;
@@ -555,7 +554,6 @@ public:
void setContact(MCONTACT hContact);
static IEView* get(HWND);
- static void init();
static void release();
static void setOptions();