diff options
Diffstat (limited to 'otr/common.h')
-rw-r--r-- | otr/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/otr/common.h b/otr/common.h index 7889661..028e7ca 100644 --- a/otr/common.h +++ b/otr/common.h @@ -76,5 +76,8 @@ bool GetFingerprint(HANDLE hContact, char buff[45]); #define INLINE_PREFIX "[OTR Message] "
#define INLINE_PREFIX_LEN 14
+#ifndef MIID_OTR
+#define MIID_OTR {0xade1b67c, 0xc164, 0x4817, { 0x94, 0x50, 0xc8, 0x9d, 0xcf, 0x59, 0x4c, 0x4b}}
+#endif
#endif
|