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/Documentation/PhysXAPI/files/PxPhysXCommonConfig_8h-source.html | |
| 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/Documentation/PhysXAPI/files/PxPhysXCommonConfig_8h-source.html')
| -rw-r--r-- | PhysX_3.4/Documentation/PhysXAPI/files/PxPhysXCommonConfig_8h-source.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ <a name="l00033"></a>00033 <span class="preprocessor"></span> <a name="l00037"></a>00037 <span class="preprocessor">#include "<a class="code" href="Px_8h.html">foundation/Px.h</a>"</span> <a name="l00038"></a>00038 -<a name="l00039"></a>00039 <span class="comment">/*Temporary disable support for VS2017 for windows platform, as we wait for compiler fix:</span> +<a name="l00039"></a>00039 <span class="comment">/*Disable support for VS2017 prior version 15.5.1 for windows platform, because of a compiler bug:</span> <a name="l00040"></a>00040 <span class="comment">https://developercommunity.visualstudio.com/content/problem/66047/possible-compiler-bug.html</span> <a name="l00041"></a>00041 <span class="comment">*/</span> -<a name="l00042"></a>00042 <span class="preprocessor">#if (PX_VC == 15) && PX_WINDOWS</span> -<a name="l00043"></a>00043 <span class="preprocessor"></span><span class="preprocessor">#error Visual studio 2017 is not supported because of a compiler bug, support will be enabled once a fix is out.</span> +<a name="l00042"></a>00042 <span class="preprocessor">#if (PX_VC == 15) && PX_WINDOWS && (_MSC_FULL_VER < 191225830)</span> +<a name="l00043"></a>00043 <span class="preprocessor"></span><span class="preprocessor">#error Visual studio 2017 prior to 15.5.1 is not supported because of a compiler bug.</span> <a name="l00044"></a>00044 <span class="preprocessor"></span><span class="preprocessor">#endif</span> <a name="l00045"></a>00045 <span class="preprocessor"></span> <a name="l00046"></a>00046 <span class="comment">// define API function declaration (public API only needed because of extensions)</span> |