diff options
Diffstat (limited to 'MirOTR/stdafx.h')
-rw-r--r-- | MirOTR/stdafx.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MirOTR/stdafx.h b/MirOTR/stdafx.h index f4ad6e2..ea4dbe4 100644 --- a/MirOTR/stdafx.h +++ b/MirOTR/stdafx.h @@ -23,7 +23,7 @@ #define DEBUGOUT(x)
#define DEBUGOUT_T(x)
#endif
-#define MIRANDA_VER 0x0800
+#define MIRANDA_VER 0x0900
#define MIRANDA_CUSTOM_LP
//include
@@ -38,9 +38,11 @@ #include <m_protomod.h>
#include <m_protosvc.h>
#include <m_popup.h>
-#include <m_contacts.h>
+#include <m_contacts.h>
+#include <m_ignore.h>
#include <m_utils.h>
#include <m_icolib.h>
+#include <m_skin.h>
//ExternalAPI
#include <m_folders.h>
|