diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-24 06:41:19 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-24 06:41:19 +0000 |
commit | a33833212f040272fc6c97047c8cb335b6f5405a (patch) | |
tree | d778dfd7187571182d9a1333a72cc941b60f7e3d /plugins/SimpleAR/Src/Common.h | |
parent | ec5a78dd895f86e9077caf1aacd3e49b48dffbcf (diff) |
SimpleAR, SimpleStatusMsg, SmileyAdd, SpellChecker: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1149 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SimpleAR/Src/Common.h')
-rw-r--r-- | plugins/SimpleAR/Src/Common.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/SimpleAR/Src/Common.h b/plugins/SimpleAR/Src/Common.h index 085786d869..ca873cb2ae 100644 --- a/plugins/SimpleAR/Src/Common.h +++ b/plugins/SimpleAR/Src/Common.h @@ -1,4 +1,5 @@ #define MIRANDA_VER 0x0A00
+#define _CRT_SECURE_NO_WARNINGS
// Windows Header Files
#include <windows.h>
@@ -30,8 +31,8 @@ #include "m_clc.h"
#include <m_variables.h>
-#include "..\Resource.h"
-#include "..\Version.h"
+#include "Resource.h"
+#include "Version.h"
#define protocolname "SimpleAutoReplier" //no spaces here :)
|