From a0ca51b5683b464d759c6398c1a72211e4976871 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 19 Sep 2019 20:24:09 +0200 Subject: added TestDLL suitable for manual mapping and integration test skeleton --- TestDLL/targetver.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TestDLL/targetver.h (limited to 'TestDLL/targetver.h') diff --git a/TestDLL/targetver.h b/TestDLL/targetver.h new file mode 100644 index 0000000..87c0086 --- /dev/null +++ b/TestDLL/targetver.h @@ -0,0 +1,8 @@ +#pragma once + +// Including SDKDDKVer.h defines the highest available Windows platform. + +// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and +// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. + +#include -- cgit v1.2.3