فهرست منبع

Detect VS2017.

Branimir Karadžić 9 سال پیش
والد
کامیت
0cc31c3785
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      include/bx/platform.h

+ 3 - 1
include/bx/platform.h

@@ -265,7 +265,9 @@
 				BX_STRINGIZE(__clang_minor__) "." \
 				BX_STRINGIZE(__clang_patchlevel__)
 #elif BX_COMPILER_MSVC
-#	if BX_COMPILER_MSVC >= 1900 // Visual Studio 2015
+#	if BX_COMPILER_MSVC >= 1910 // Visual Studio 2017
+#		define BX_COMPILER_NAME "MSVC 15.0"
+#	elif BX_COMPILER_MSVC >= 1900 // Visual Studio 2015
 #		define BX_COMPILER_NAME "MSVC 14.0"
 #	elif BX_COMPILER_MSVC >= 1800 // Visual Studio 2013
 #		define BX_COMPILER_NAME "MSVC 12.0"