summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-07-30 20:48:48 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-07-30 20:48:48 +0000
commita22ed0d87aecf8827d711b45ded2b8e89bbce7e1 (patch)
tree7c619f44c6bee3a3ce2903effa94c5a065e88e59 /plugins/PluginUpdater
parent5dc07cdc831794cf53d754984cbc5cf93d15fcd0 (diff)
warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14760 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater')
-rw-r--r--plugins/PluginUpdater/PluginUpdater.vcxproj2
-rw-r--r--plugins/PluginUpdater/src/stdafx.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/plugins/PluginUpdater/PluginUpdater.vcxproj b/plugins/PluginUpdater/PluginUpdater.vcxproj
index 6eb44c75ec..2e54b3f401 100644
--- a/plugins/PluginUpdater/PluginUpdater.vcxproj
+++ b/plugins/PluginUpdater/PluginUpdater.vcxproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
diff --git a/plugins/PluginUpdater/src/stdafx.h b/plugins/PluginUpdater/src/stdafx.h
index 7834bdcb3b..dc903f1033 100644
--- a/plugins/PluginUpdater/src/stdafx.h
+++ b/plugins/PluginUpdater/src/stdafx.h
@@ -17,8 +17,6 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
-#define _CRT_SECURE_NO_WARNINGS
-
// Windows Header Files:
#include <time.h>
#include <stddef.h>