diff options
Diffstat (limited to 'plugins/TabSRMM/src/stdafx.h')
-rw-r--r-- | plugins/TabSRMM/src/stdafx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/stdafx.h b/plugins/TabSRMM/src/stdafx.h index 14d2eb220f..c458b0ab28 100644 --- a/plugins/TabSRMM/src/stdafx.h +++ b/plugins/TabSRMM/src/stdafx.h @@ -237,6 +237,9 @@ extern HMODULE g_hIconDLL; extern HMENU g_hMenu;
extern bool g_bShutdown;
+extern pfnDoPopup oldDoPopup, oldLogToFile;
+extern pfnDoTrayIcon oldDoTrayIcon;
+
extern CREOleCallback reOleCallback;
extern CREOleCallback2 reOleCallback2;
|