diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-08 19:24:16 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-08 19:24:16 +0000 |
commit | 3b396a2da6b0b8e0f4d2c051aca133772d317820 (patch) | |
tree | 334c4a97db716bbca2b3f74832c1065642732d84 /plugins | |
parent | 929cf4f6f089cc4db4eea16898402120fc812e30 (diff) |
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
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/SendScreenshotPlus/SendSS_10.vcxproj | 4 | ||||
-rw-r--r-- | plugins/SendScreenshotPlus/global.h | 1 | ||||
-rw-r--r-- | plugins/SendScreenshotPlus/resource_6.rc | 2 |
3 files changed, 2 insertions, 5 deletions
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 @@ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>sdk;..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WarningLevel>Level3</WarningLevel>
<Optimization>Full</Optimization>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
@@ -119,7 +119,7 @@ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<AdditionalIncludeDirectories>sdk;..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WarningLevel>Level3</WarningLevel>
<Optimization>Full</Optimization>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
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"
|