diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-26 19:42:31 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-26 19:42:31 +0000 |
commit | 025b2ded7e6ae65b45502216a80e98fcc09d53b2 (patch) | |
tree | e088e455956a52cdf74a54a401db08560888c519 /plugins/StatusPlugins | |
parent | ffeae3b58ae49397f62cb733c77f565ac4070223 (diff) |
MIID_AUTOAWAY reassigned to the AAA plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@2510 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StatusPlugins')
-rw-r--r-- | plugins/StatusPlugins/AdvancedAutoAway/main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/StatusPlugins/AdvancedAutoAway/main.cpp b/plugins/StatusPlugins/AdvancedAutoAway/main.cpp index bc74f42fc5..5a560dee73 100644 --- a/plugins/StatusPlugins/AdvancedAutoAway/main.cpp +++ b/plugins/StatusPlugins/AdvancedAutoAway/main.cpp @@ -70,6 +70,11 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda }
/////////////////////////////////////////////////////////////////////////////////////////
+// interfaces
+
+extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_AUTOAWAY, MIID_LAST };
+
+/////////////////////////////////////////////////////////////////////////////////////////
// plugin's entry point
extern "C" __declspec(dllexport) int Load(void)
|