From d11708e398c2f6377d9eac2b1f7248c62faab569 Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Tue, 25 Apr 2017 16:02:08 -0500 Subject: PhysX 3.4, APEX 1.4 patch release @22017166 --- .../Documentation/PhysXAPI/files/PxPreprocessor_8h-source.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/PxPreprocessor_8h-source.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxPreprocessor_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxPreprocessor_8h-source.html index b578b921..65af1d02 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxPreprocessor_8h-source.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxPreprocessor_8h-source.html @@ -467,7 +467,13 @@ 00532 00533 #define PX_SUPPORT_COMPUTE_PHYSX 0 00534 -00536 #endif // #ifndef PXFOUNDATION_PXPREPROCESSOR_H +00535 #ifndef PX_SUPPORT_EXTERN_TEMPLATE +00536 #define PX_SUPPORT_EXTERN_TEMPLATE ((!PX_ANDROID) && (PX_VC != 11)) +00537 #else +00538 #define PX_SUPPORT_EXTERN_TEMPLATE 0 +00539 #endif +00540 +00542 #endif // #ifndef PXFOUNDATION_PXPREPROCESSOR_H

-- cgit v1.2.3