From 304feec3608175a4ef4c2d87e800e659c7c9de0b Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 15 Aug 2013 20:26:16 +0000 Subject: removed not used files git-svn-id: http://svn.miranda-ng.org/main/trunk@5710 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Twitter/src/stdafx.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'protocols/Twitter/src/stdafx.h') 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 #include -- cgit v1.2.3