summaryrefslogtreecommitdiff
path: root/src/jit/jitstd/targetver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/jitstd/targetver.h')
-rw-r--r--src/jit/jitstd/targetver.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/jit/jitstd/targetver.h b/src/jit/jitstd/targetver.h
new file mode 100644
index 0000000000..260ee4a21c
--- /dev/null
+++ b/src/jit/jitstd/targetver.h
@@ -0,0 +1,14 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+
+
+#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>