summaryrefslogtreecommitdiff
path: root/protocols/Twitter/src/stdafx.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-08-15 20:26:16 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-08-15 20:26:16 +0000
commit304feec3608175a4ef4c2d87e800e659c7c9de0b (patch)
tree63de363cf4c6aa658c60510f55ae69d2fd0c9cf8 /protocols/Twitter/src/stdafx.h
parent5a05cf333b59f303872f9064200db7362f7a55fc (diff)
removed not used files
git-svn-id: http://svn.miranda-ng.org/main/trunk@5710 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/src/stdafx.h')
-rw-r--r--protocols/Twitter/src/stdafx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/Twitter/src/stdafx.h b/protocols/Twitter/src/stdafx.h
index 0c7fe57ab6..192a3e8b35 100644
--- a/protocols/Twitter/src/stdafx.h
+++ b/protocols/Twitter/src/stdafx.h
@@ -5,7 +5,9 @@
#pragma once
-#include "targetver.h"
+#ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
+#define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
+#endif
#include <Windows.h>
#include <Shlwapi.h>