diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-24 18:44:27 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-24 18:44:27 +0300 |
commit | 6ce1301c80786203fcfc2fbc46bbfae73842b6ec (patch) | |
tree | 8f688d42bdd8946d7b115bc77979a8724b4bbbc1 /include | |
parent | 16488b948b0fe6e473de6afaa9038a766286f26c (diff) |
hmm... another not-so-very-useful service
Diffstat (limited to 'include')
-rw-r--r-- | include/m_message.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/m_message.h b/include/m_message.h index 477603abc0..a3cfee132e 100644 --- a/include/m_message.h +++ b/include/m_message.h @@ -77,11 +77,6 @@ typedef struct { // Sets a statusbar line text for the appropriate contact
#define MS_MSG_SETSTATUSTEXT "MessageAPI/SetStatusText"
-// wparam = (char*)szBuf
-// lparam = (int)cbSize size of buffer
-// Sets the window class name in wParam (ex. "SRMM" for srmm.dll)
-#define MS_MSG_GETWINDOWCLASS "MessageAPI/WindowClass"
-
typedef struct {
int cbSize;
MCONTACT hContact;
|