From e328df9bdc816810545b91dccd52e7741e962dc0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 18 May 2012 21:36:53 +0000 Subject: bunch of fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@57 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CountryFlags/flags.h | 1 + plugins/CountryFlags/flags.vcxproj | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'plugins/CountryFlags') diff --git a/plugins/CountryFlags/flags.h b/plugins/CountryFlags/flags.h index 98a28b88f4..79ec67d426 100644 --- a/plugins/CountryFlags/flags.h +++ b/plugins/CountryFlags/flags.h @@ -17,6 +17,7 @@ along with this program (Flags-License.txt); 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 WIN32_LEAN_AND_MEAN #include #define NONAMELESSUNION diff --git a/plugins/CountryFlags/flags.vcxproj b/plugins/CountryFlags/flags.vcxproj index 4177b01a2e..e3dfa10e7f 100644 --- a/plugins/CountryFlags/flags.vcxproj +++ b/plugins/CountryFlags/flags.vcxproj @@ -91,7 +91,8 @@ $(IntDir)$(TargetName).lib 0x24200000 comctl32.lib;%(AdditionalDependencies) - /mapinfo:lines /mapinfo:lines + + @@ -104,7 +105,7 @@ true Level4 ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;UNICODE;WIN32;_WINDOWS;_USRDLL;STRICT;ASSOCMGR_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + NDEBUG;UNICODE;WIN32;_WINDOWS;_USRDLL;STRICT;ASSOCMGR_EXPORTS;%(PreprocessorDefinitions) _MBCS;NO_STRICT;%(UndefinePreprocessorDefinitions) true $(IntDir)$(TargetName).pch -- cgit v1.2.3