summaryrefslogtreecommitdiff
path: root/plugins/Exchange/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Exchange/src/stdafx.h')
-rw-r--r--plugins/Exchange/src/stdafx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Exchange/src/stdafx.h b/plugins/Exchange/src/stdafx.h
index 1bca507c9d..67394ca4ce 100644
--- a/plugins/Exchange/src/stdafx.h
+++ b/plugins/Exchange/src/stdafx.h
@@ -56,6 +56,9 @@ extern HWND hEmailsDlg;
struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+
+ int Load() override;
+ int Unload() override;
};
#endif //M_EXCHANGE_COMMONHEADERS_H \ No newline at end of file