summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/winrt/default_pre.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/winrt/default_pre.prf')
-rw-r--r--mkspecs/features/winrt/default_pre.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/winrt/default_pre.prf b/mkspecs/features/winrt/default_pre.prf
index f397ef3d61..f79d04ce41 100644
--- a/mkspecs/features/winrt/default_pre.prf
+++ b/mkspecs/features/winrt/default_pre.prf
@@ -1,4 +1,4 @@
-*msvc2015 {
+*msvc2015|*msvc2017 {
# Note that the order is important - ucrt(d) has to be first.
# Otherwise, the linker might use malloc from a different library,
# but free_dbg() from the runtime, causing an assertion failure