summaryrefslogtreecommitdiff
path: root/protocols/MSN/src/msn_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/MSN/src/msn_global.h')
-rw-r--r--protocols/MSN/src/msn_global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/MSN/src/msn_global.h b/protocols/MSN/src/msn_global.h
index 481080e507..b9ae399714 100644
--- a/protocols/MSN/src/msn_global.h
+++ b/protocols/MSN/src/msn_global.h
@@ -475,6 +475,7 @@ bool p2p_IsDlFileOk(filetransfer* ft);
#define MSG_REQUIRE_ACK 2
#define MSG_RTL 4
#define MSG_OFFLINE 8
+#define MSG_CONTACT 16
struct CMsnProto;
typedef void (__cdecl CMsnProto::*MsnThreadFunc)(void*);