From a33833212f040272fc6c97047c8cb335b6f5405a Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 24 Jul 2012 06:41:19 +0000 Subject: SimpleAR, SimpleStatusMsg, SmileyAdd, SpellChecker: changed folder structure git-svn-id: http://svn.miranda-ng.org/main/trunk@1149 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SimpleAR/Src/Common.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/SimpleAR/Src/Common.h') 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 @@ -30,8 +31,8 @@ #include "m_clc.h" #include -#include "..\Resource.h" -#include "..\Version.h" +#include "Resource.h" +#include "Version.h" #define protocolname "SimpleAutoReplier" //no spaces here :) -- cgit v1.2.3