diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-09-19 20:24:09 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-09-19 20:24:09 +0200 |
commit | a0ca51b5683b464d759c6398c1a72211e4976871 (patch) | |
tree | 0be2ec38929ac942a1a39c9b151a1abd76aea933 /TestDLL/targetver.h | |
parent | 10c5adbb944d65a06dd91697e12fd0ead90f8a30 (diff) |
added TestDLL suitable for manual mapping and integration test skeleton
Diffstat (limited to 'TestDLL/targetver.h')
-rw-r--r-- | TestDLL/targetver.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 <SDKDDKVer.h> |