diff options
author | Alexey Kulakov <panda75@bk.ru> | 2014-06-14 19:36:42 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2014-06-14 19:36:42 +0000 |
commit | 9c41379261a470326e93e94de9271bc2cafc4673 (patch) | |
tree | 60068a5a1b5a557acc9d10b2f555d1c3166ddf0a /include | |
parent | b26aeb50fa628e6d45a244dd6c84b523ef794722 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@9486 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/delphi/m_message.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/delphi/m_message.inc b/include/delphi/m_message.inc index e5c9c34afb..a6cddc4cdc 100644 --- a/include/delphi/m_message.inc +++ b/include/delphi/m_message.inc @@ -132,6 +132,7 @@ type lparam=PStatusTextData or NIL to clear statusbar
Sets a statusbar line text for the appropriate contact
}
+const
MS_MSG_SETSTATUSTEXT:PAnsiChar = 'MessageAPI/SetStatusText';
type
|