summaryrefslogtreecommitdiff
path: root/plugins/NewXstatusNotify/common.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-06 20:38:53 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-06 20:38:53 +0000
commit83246d23d9e1c1feeaee267b9a1b68c4766e7114 (patch)
treec9160f63edd2f7dc85b61a0e1a987da5ce34f0d8 /plugins/NewXstatusNotify/common.h
parent01b90c2d693230916ebc4d868f5868c6e32b58a0 (diff)
array fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@340 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/common.h')
-rw-r--r--plugins/NewXstatusNotify/common.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/plugins/NewXstatusNotify/common.h b/plugins/NewXstatusNotify/common.h
index 67892f1d72..0a939fe984 100644
--- a/plugins/NewXstatusNotify/common.h
+++ b/plugins/NewXstatusNotify/common.h
@@ -26,6 +26,7 @@
#define STRICT
#define WIN32_LEAN_AND_MEAN
+#define _CRT_SECURE_NO_WARNINGS
#define _WIN32_WINNT 0x0500
#define WINVER 0x0600
@@ -42,9 +43,11 @@
#include <stdlib.h>
#include <tchar.h>
-#include "newpluginapi.h"
-#include "statusmodes.h"
-#include "win2k.h"
+#include <newpluginapi.h>
+#include <m_system.h>
+#include <m_system_cpp.h>
+#include <statusmodes.h>
+#include <win2k.h>
#include "m_awaymsg.h"
#include "m_button.h"