From 3b396a2da6b0b8e0f4d2c051aca133772d317820 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 8 Jul 2012 19:24:16 +0000 Subject: PasteIt and SensSS added to pro sln, some warnings deprecation, unneeded rc file deleted git-svn-id: http://svn.miranda-ng.org/main/trunk@860 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SendScreenshotPlus/SendSS_10.vcxproj | 4 ++-- plugins/SendScreenshotPlus/global.h | 1 - plugins/SendScreenshotPlus/resource_6.rc | 2 -- 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 plugins/SendScreenshotPlus/resource_6.rc (limited to 'plugins') diff --git a/plugins/SendScreenshotPlus/SendSS_10.vcxproj b/plugins/SendScreenshotPlus/SendSS_10.vcxproj index 5ecfde2a82..d58df0064f 100644 --- a/plugins/SendScreenshotPlus/SendSS_10.vcxproj +++ b/plugins/SendScreenshotPlus/SendSS_10.vcxproj @@ -74,7 +74,7 @@ sdk;..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) Level3 Full Size @@ -119,7 +119,7 @@ sdk;..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + WIN64;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) Level3 Full Size diff --git a/plugins/SendScreenshotPlus/global.h b/plugins/SendScreenshotPlus/global.h index 2710be0e17..48586f83d3 100644 --- a/plugins/SendScreenshotPlus/global.h +++ b/plugins/SendScreenshotPlus/global.h @@ -38,7 +38,6 @@ Last change by : $Author: ing.u.horn $ #define _WIN32_IE 0x0601 #define OEMRESOURCE -#define _CRT_SECURE_NO_WARNINGS #define MIRANDA_VER 0x0A00 // Windows includes diff --git a/plugins/SendScreenshotPlus/resource_6.rc b/plugins/SendScreenshotPlus/resource_6.rc deleted file mode 100644 index 7989eaa16b..0000000000 --- a/plugins/SendScreenshotPlus/resource_6.rc +++ /dev/null @@ -1,2 +0,0 @@ -#include "resource.rc" -#include "version.rc" -- cgit v1.2.3