diff options
Diffstat (limited to 'include/m_protoint.h')
-rw-r--r-- | include/m_protoint.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h index d4c7c73b91..6e5bbcbd2f 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -110,7 +110,6 @@ typedef struct tagPROTO_INTERFACE DWORD reserved[ 40 ];
- #ifdef __cplusplus
virtual HANDLE __cdecl AddToList(int flags, PROTOSEARCHRESULT* psr) = 0;
virtual HANDLE __cdecl AddToListByEvent(int flags, int iContact, HANDLE hDbEvent) = 0;
@@ -157,7 +156,6 @@ typedef struct tagPROTO_INTERFACE virtual int __cdecl UserIsTyping(HANDLE hContact, int type) = 0;
virtual int __cdecl OnEvent(PROTOEVENTTYPE iEventType, WPARAM wParam, LPARAM lParam) = 0;
- #endif
}
PROTO_INTERFACE;
|