diff options
Diffstat (limited to 'plugins/SecureIM/src/svcs_srmm.h')
-rw-r--r-- | plugins/SecureIM/src/svcs_srmm.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/SecureIM/src/svcs_srmm.h b/plugins/SecureIM/src/svcs_srmm.h new file mode 100644 index 0000000000..d64c89ab4e --- /dev/null +++ b/plugins/SecureIM/src/svcs_srmm.h @@ -0,0 +1,9 @@ +#ifndef __SVCS_SRMM_H__
+#define __SVCS_SRMM_H__
+
+#include <windows.h>
+
+int __cdecl onWindowEvent(WPARAM,LPARAM);
+int __cdecl onIconPressed(WPARAM,LPARAM);
+
+#endif
|