From c928f5fc77ddd8ea59fa2ec4e24b3ded206f02ab Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 23 Feb 2013 10:35:23 +0000 Subject: added precompiled header git-svn-id: http://svn.miranda-ng.org/main/trunk@3713 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/BuddyExpectator/src/common.h | 12 ------------ plugins/BuddyExpectator/src/options.cpp | 1 - plugins/BuddyExpectator/src/stdafx.cpp | 18 ++++++++++++++++++ 3 files changed, 18 insertions(+), 13 deletions(-) create mode 100644 plugins/BuddyExpectator/src/stdafx.cpp (limited to 'plugins/BuddyExpectator/src') diff --git a/plugins/BuddyExpectator/src/common.h b/plugins/BuddyExpectator/src/common.h index ecabbfe949..fc2b5ede90 100644 --- a/plugins/BuddyExpectator/src/common.h +++ b/plugins/BuddyExpectator/src/common.h @@ -17,37 +17,25 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - File name : $URL: http://svn.miranda.im/mainrepo/buddyexpectator/trunk/common.h $ - Revision : $Rev: 1392 $ - Last change on : $Date: 2009-04-22 17:46:08 +0300 (Ср, 22 апр 2009) $ - Last change by : $Author: Thief $ */ #define _CRT_SECURE_NO_WARNINGS #ifndef _COMMON_INC #define _COMMON_INC -#define MIRANDA_VER 0x0A00 -#include // needed by m_icolib.h > r9256 #include #include #include -#include #include #include #include #include #include -#include #include -#include #include #include -#include #include -#include #include #include #include diff --git a/plugins/BuddyExpectator/src/options.cpp b/plugins/BuddyExpectator/src/options.cpp index 234614ed51..badcc23d47 100644 --- a/plugins/BuddyExpectator/src/options.cpp +++ b/plugins/BuddyExpectator/src/options.cpp @@ -20,7 +20,6 @@ */ #include "common.h" -#include "options.h" #define DEF_COLOR_BACK 0xCEF7AD #define DEF_COLOR_FORE 0x000000 diff --git a/plugins/BuddyExpectator/src/stdafx.cpp b/plugins/BuddyExpectator/src/stdafx.cpp new file mode 100644 index 0000000000..1976d867da --- /dev/null +++ b/plugins/BuddyExpectator/src/stdafx.cpp @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012-13 Miranda NG Project (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include "common.h" \ No newline at end of file -- cgit v1.2.3