summaryrefslogtreecommitdiff
path: root/plugins/TopToolBar/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TopToolBar/src/common.h')
-rw-r--r--plugins/TopToolBar/src/common.h2
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;