summaryrefslogtreecommitdiffstats
path: root/branches/1.0/tinyNET/test/targetver.h
diff options
context:
space:
mode:
authorMamadou DIOP <bossiel@yahoo.fr>2015-08-17 01:56:35 +0200
committerMamadou DIOP <bossiel@yahoo.fr>2015-08-17 01:56:35 +0200
commit631fffee8a28b1bec5ed1f1d26a20e0135967f99 (patch)
tree74afe3bf3efe15aa82bcd0272b2b0f4d48c2d837 /branches/1.0/tinyNET/test/targetver.h
parent7908865936604036e6f200f1b5e069f8752f3a3a (diff)
downloaddoubango-631fffee8a28b1bec5ed1f1d26a20e0135967f99.zip
doubango-631fffee8a28b1bec5ed1f1d26a20e0135967f99.tar.gz
-
Diffstat (limited to 'branches/1.0/tinyNET/test/targetver.h')
-rw-r--r--branches/1.0/tinyNET/test/targetver.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/branches/1.0/tinyNET/test/targetver.h b/branches/1.0/tinyNET/test/targetver.h
deleted file mode 100644
index 08a10a4..0000000
--- a/branches/1.0/tinyNET/test/targetver.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef TNET_TEST_TARGETVER_H
-#define TNET_TEST_TARGETVER_H
-
-// The following macros define the minimum required platform. The minimum required platform
-// is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run
-// your application. The macros work by enabling all features available on platform versions up to and
-// including the version specified.
-
-// Modify the following defines if you have to target a platform prior to the ones specified below.
-// Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
-#define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows.
-#endif
-
-#endif /* TNET_TEST_TARGETVER_H */ \ No newline at end of file
OpenPOWER on IntegriCloud