From 57e1faf818b58378d83f6b583d4f048d3dd5a4d9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 16 May 2013 13:55:38 +0000 Subject: we don't need VS2003/2005 support as well git-svn-id: http://svn.miranda-ng.org/main/trunk@4673 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IRCG/IRC_10.vcxproj | 1 - protocols/IRCG/IRC_10.vcxproj.filters | 3 --- protocols/IRCG/IRC_11.vcxproj | 1 - protocols/IRCG/IRC_11.vcxproj.filters | 3 --- protocols/IRCG/src/commandmonitor.h | 22 ---------------------- protocols/IRCG/src/irc.h | 3 +-- 6 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 protocols/IRCG/src/commandmonitor.h (limited to 'protocols/IRCG') diff --git a/protocols/IRCG/IRC_10.vcxproj b/protocols/IRCG/IRC_10.vcxproj index 1e050d5274..a3b41d3fe3 100644 --- a/protocols/IRCG/IRC_10.vcxproj +++ b/protocols/IRCG/IRC_10.vcxproj @@ -215,7 +215,6 @@ - diff --git a/protocols/IRCG/IRC_10.vcxproj.filters b/protocols/IRCG/IRC_10.vcxproj.filters index 25e3c6de44..93048461ca 100644 --- a/protocols/IRCG/IRC_10.vcxproj.filters +++ b/protocols/IRCG/IRC_10.vcxproj.filters @@ -69,9 +69,6 @@ - - Header Files - Header Files diff --git a/protocols/IRCG/IRC_11.vcxproj b/protocols/IRCG/IRC_11.vcxproj index 64a0fd3353..8b703db493 100644 --- a/protocols/IRCG/IRC_11.vcxproj +++ b/protocols/IRCG/IRC_11.vcxproj @@ -218,7 +218,6 @@ - diff --git a/protocols/IRCG/IRC_11.vcxproj.filters b/protocols/IRCG/IRC_11.vcxproj.filters index 3fe7a31e89..7075dac8fe 100644 --- a/protocols/IRCG/IRC_11.vcxproj.filters +++ b/protocols/IRCG/IRC_11.vcxproj.filters @@ -69,9 +69,6 @@ - - Header Files - Header Files diff --git a/protocols/IRCG/src/commandmonitor.h b/protocols/IRCG/src/commandmonitor.h deleted file mode 100644 index 940cb9cc02..0000000000 --- a/protocols/IRCG/src/commandmonitor.h +++ /dev/null @@ -1,22 +0,0 @@ -/* -IRC plugin for Miranda IM - -Copyright (C) 2003-05 Jurgen Persson -Copyright (C) 2007-09 George Hazan - -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; either version 2 -of the License, or (at your option) any later version. - -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, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ - -using namespace irc; diff --git a/protocols/IRCG/src/irc.h b/protocols/IRCG/src/irc.h index 0fe14cb629..d82b394a70 100644 --- a/protocols/IRCG/src/irc.h +++ b/protocols/IRCG/src/irc.h @@ -26,8 +26,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define _WIN32_WINNT 0x0501 #define _WIN32_IE 0x0501 -#include "m_stdhdr.h" - #define _CRT_SECURE_NO_WARNINGS #define WIN32_LEAN_AND_MEAN @@ -39,6 +37,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include #include +#include #include #include #include -- cgit v1.2.3