diff options
Diffstat (limited to 'protocols/MRA/MraRTFMsg.h')
-rw-r--r-- | protocols/MRA/MraRTFMsg.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/protocols/MRA/MraRTFMsg.h b/protocols/MRA/MraRTFMsg.h index 80d198981e..1dadb5a801 100644 --- a/protocols/MRA/MraRTFMsg.h +++ b/protocols/MRA/MraRTFMsg.h @@ -6,14 +6,6 @@ #pragma once
#endif // _MSC_VER > 1000
-
-
-
-
-BOOL MraIsMessageFlashAnimation (LPWSTR lpwszMessage,SIZE_T dwMessageSize);
-DWORD MraConvertToRTFW (LPWSTR lpwszMessage,SIZE_T dwMessageSize,LPSTR lpszMessageRTF,SIZE_T dwMessageRTFBuffSize,SIZE_T *pdwMessageRTFSize);
-
-
-
+BOOL MraIsMessageFlashAnimation (LPCWSTR lpwszMessage, size_t dwMessageSize);
#endif // !defined(AFX_MRA_RTFMSG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
|