diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-03-29 17:35:35 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-03-29 17:35:35 +0000 |
commit | 0c7c7a21cba95444a5253f29caa8973dcd66befd (patch) | |
tree | 9b4edabc6b549ac2231992c5bb903724289f9568 /meta2/common.h | |
parent | db0e0989e830c0a71b10a341c93775c9d534d13d (diff) |
x64 port
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@445 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'meta2/common.h')
-rw-r--r-- | meta2/common.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta2/common.h b/meta2/common.h index 59378c9..6789908 100644 --- a/meta2/common.h +++ b/meta2/common.h @@ -49,13 +49,9 @@ #include <m_utils.h>
#include <m_ignore.h>
-#include <m_yapp.h>
+#include <m_popup.h>
#include <m_updater.h>
-#ifndef PF4_IMSENDOFFLINE
-#define PF4_IMSENDOFFLINE 0x00000100 // protocol is able to send offline messages (v.0.8.0+ 2007/10/3)
-#endif
-
#include "m_metacontacts.h"
#include "collection.h"
|