diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-19 17:35:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-19 17:35:44 +0000 |
commit | e7a776a6f5ab323cd9dd824e815846ef268fa7f1 (patch) | |
tree | da04a8498aa225d511d53cd7da66ed5d773cbab3 /plugins/NewAwaySysMod/Common.h | |
parent | dd61627f93d5f40f530fa71b827716afa3c7c79e (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@82 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewAwaySysMod/Common.h')
-rw-r--r-- | plugins/NewAwaySysMod/Common.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/NewAwaySysMod/Common.h b/plugins/NewAwaySysMod/Common.h index 0cec979cd0..52df7ac67d 100644 --- a/plugins/NewAwaySysMod/Common.h +++ b/plugins/NewAwaySysMod/Common.h @@ -21,8 +21,9 @@ #pragma once
+#define _CRT_SECURE_NO_WARNINGS
#define WIN32_LEAN_AND_MEAN
-#define _WIN32_WINNT 0x0400
+#define _WIN32_WINNT 0x0500
#define MIRANDA_VER 0x0600
@@ -63,9 +64,9 @@ #include "m_popup.h"
//#include "m_popupw.h"
#include "m_metacontacts.h"
-#include "..\CommonLibs\m_LogService.h"
-#include "..\CommonLibs\CString.h"
-#include "..\CommonLibs\Options.h"
+#include "m_LogService.h"
+#include ".\CommonLibs\CString.h"
+#include ".\CommonLibs\Options.h"
#pragma comment(lib,"comctl32.lib")
|