From 983c93ad16707bd2b092f425725140f145e967aa Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Fri, 5 Jan 2018 10:51:37 -0600 Subject: PhysX 3.4.1, APEX 1.4.1 Release @23307153 --- .../Documentation/PhysXAPI/files/PxPhysXCommonConfig_8h-source.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/PxPhysXCommonConfig_8h-source.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysXCommonConfig_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysXCommonConfig_8h-source.html index ea77bf4b..d608bd41 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysXCommonConfig_8h-source.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysXCommonConfig_8h-source.html @@ -53,11 +53,11 @@ 00033 00037 #include "foundation/Px.h" 00038 -00039 /*Temporary disable support for VS2017 for windows platform, as we wait for compiler fix: +00039 /*Disable support for VS2017 prior version 15.5.1 for windows platform, because of a compiler bug: 00040 https://developercommunity.visualstudio.com/content/problem/66047/possible-compiler-bug.html 00041 */ -00042 #if (PX_VC == 15) && PX_WINDOWS -00043 #error Visual studio 2017 is not supported because of a compiler bug, support will be enabled once a fix is out. +00042 #if (PX_VC == 15) && PX_WINDOWS && (_MSC_FULL_VER < 191225830) +00043 #error Visual studio 2017 prior to 15.5.1 is not supported because of a compiler bug. 00044 #endif 00045 00046 // define API function declaration (public API only needed because of extensions) -- cgit v1.2.3