From dfe454d84c9c227f2ad8d716831cc1755255402b Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 13 Jul 2012 06:52:32 +0000 Subject: Clist_classic: compilation fix and warnings deprecation git-svn-id: http://svn.miranda-ng.org/main/trunk@935 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_classic/clist_10.vcxproj | 8 ++++---- plugins/Clist_classic/src/commonheaders.h | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/Clist_classic/clist_10.vcxproj b/plugins/Clist_classic/clist_10.vcxproj index c11911c4da..67db6c11a1 100644 --- a/plugins/Clist_classic/clist_10.vcxproj +++ b/plugins/Clist_classic/clist_10.vcxproj @@ -80,7 +80,7 @@ true Fast Use - src\commonheaders.h + commonheaders.h Level3 EditAndContinue @@ -113,7 +113,7 @@ true Fast Use - src\commonheaders.h + commonheaders.h Level3 @@ -146,7 +146,7 @@ true Fast Use - src\commonheaders.h + commonheaders.h Level3 @@ -181,7 +181,7 @@ true Fast Use - src\commonheaders.h + commonheaders.h Level3 diff --git a/plugins/Clist_classic/src/commonheaders.h b/plugins/Clist_classic/src/commonheaders.h index 7382317420..4ae328c54d 100644 --- a/plugins/Clist_classic/src/commonheaders.h +++ b/plugins/Clist_classic/src/commonheaders.h @@ -21,6 +21,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#define _CRT_SECURE_NO_WARNINGS #define MIRANDA_VER 0x0A00 #define _WIN32_WINNT 0x0600 -- cgit v1.2.3