diff options
Diffstat (limited to 'secureim/svcs_proto.h')
-rw-r--r-- | secureim/svcs_proto.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/secureim/svcs_proto.h b/secureim/svcs_proto.h deleted file mode 100644 index 64ce1c4..0000000 --- a/secureim/svcs_proto.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef __SVCS_PROTO_H__
-#define __SVCS_PROTO_H__
-
-#include <windows.h>
-
-INT_PTR __cdecl onRecvMsg(WPARAM,LPARAM);
-INT_PTR __cdecl onSendMsgW(WPARAM,LPARAM);
-INT_PTR __cdecl onSendMsg(WPARAM,LPARAM);
-INT_PTR __cdecl onSendFile(WPARAM,LPARAM);
-
-int __cdecl onProtoAck(WPARAM,LPARAM);
-int __cdecl onContactSettingChanged(WPARAM,LPARAM);
-
-#endif
|