diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-06-23 15:31:45 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-06-23 15:31:45 +1000 |
| commit | aee0474191aa6b4e4505e3f5a74b4ac8cc48063b (patch) | |
| tree | f899ca369fa64975dc4c8f6d005d7aa1842045cd /lib/shared_string/shared_string_test/targetver.h | |
| parent | cde8002df4a86a2a6efd4aa0b5c174b2f39f7bf7 (diff) | |
| download | tangara-fw-aee0474191aa6b4e4505e3f5a74b4ac8cc48063b.tar.gz | |
Add a shared string library
Diffstat (limited to 'lib/shared_string/shared_string_test/targetver.h')
| -rwxr-xr-x | lib/shared_string/shared_string_test/targetver.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/shared_string/shared_string_test/targetver.h b/lib/shared_string/shared_string_test/targetver.h new file mode 100755 index 00000000..87c0086d --- /dev/null +++ b/lib/shared_string/shared_string_test/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> |
