diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-30 06:03:35 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-30 06:03:35 +0000 |
commit | 279245c04c8bbb83dcc04f79abf901d9f7571fff (patch) | |
tree | bdb6f9c121b307aafec734ba2424b999e9bc7fb8 /plugins/TopToolBar/src/common.h | |
parent | e08a7cc8649d735a166879a3c1cf0b1642c651d1 (diff) |
cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@13269 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/src/common.h')
-rw-r--r-- | plugins/TopToolBar/src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TopToolBar/src/common.h b/plugins/TopToolBar/src/common.h index 865a9a2c4a..105954726e 100644 --- a/plugins/TopToolBar/src/common.h +++ b/plugins/TopToolBar/src/common.h @@ -106,7 +106,7 @@ extern TTBCtrl* g_ctrl; extern LIST<TopButtonInt> Buttons;
extern HINSTANCE hInst;
extern HBITMAP hBmpBackground, hBmpSeparator;
-extern CRITICAL_SECTION csButtonsHook;
+extern mir_cs csButtonsHook;
extern pfnCustomProc g_CustomProc;
extern LPARAM g_CustomProcParam;
extern HANDLE hTTBModuleLoaded;
|