diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-01-05 10:51:37 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-01-05 10:51:37 -0600 |
| commit | 983c93ad16707bd2b092f425725140f145e967aa (patch) | |
| tree | c5533c94dbffd31a1d179614354ea07dd769062a /PhysX_3.4/Include/common/PxPhysXCommonConfig.h | |
| parent | Merge branch 'master' (diff) | |
| download | physx-3.4-983c93ad16707bd2b092f425725140f145e967aa.tar.xz physx-3.4-983c93ad16707bd2b092f425725140f145e967aa.zip | |
PhysX 3.4.1, APEX 1.4.1 Release @23307153
Diffstat (limited to 'PhysX_3.4/Include/common/PxPhysXCommonConfig.h')
| -rw-r--r-- | PhysX_3.4/Include/common/PxPhysXCommonConfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PhysX_3.4/Include/common/PxPhysXCommonConfig.h b/PhysX_3.4/Include/common/PxPhysXCommonConfig.h index 9dc71651..bf6a9bcd 100644 --- a/PhysX_3.4/Include/common/PxPhysXCommonConfig.h +++ b/PhysX_3.4/Include/common/PxPhysXCommonConfig.h @@ -36,11 +36,11 @@ #include "foundation/Px.h" -/*Temporary disable support for VS2017 for windows platform, as we wait for compiler fix: +/*Disable support for VS2017 prior version 15.5.1 for windows platform, because of a compiler bug: https://developercommunity.visualstudio.com/content/problem/66047/possible-compiler-bug.html */ -#if (PX_VC == 15) && PX_WINDOWS -#error Visual studio 2017 is not supported because of a compiler bug, support will be enabled once a fix is out. +#if (PX_VC == 15) && PX_WINDOWS && (_MSC_FULL_VER < 191225830) +#error Visual studio 2017 prior to 15.5.1 is not supported because of a compiler bug. #endif // define API function declaration (public API only needed because of extensions) |