diff options
Diffstat (limited to 'SecureIM/svcs_srmm.h')
-rw-r--r-- | SecureIM/svcs_srmm.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/SecureIM/svcs_srmm.h b/SecureIM/svcs_srmm.h new file mode 100644 index 0000000..d64c89a --- /dev/null +++ b/SecureIM/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
|