Go to the documentation of this file.
14 #ifndef PX_PHYSICS_COMMON_NX
15 #define PX_PHYSICS_COMMON_NX
24 #if defined PX_PHYSX_STATIC_LIB || defined PX_PHYSX_CORE_STATIC_LIB
25 #define PX_PHYSX_CORE_API
27 #if (defined(PX_WINDOWS) || defined(PX_WINMODERN))
28 #if defined PX_PHYSX_CORE_EXPORTS
29 #define PX_PHYSX_CORE_API __declspec(dllexport)
31 #define PX_PHYSX_CORE_API __declspec(dllimport)
33 #elif defined(PX_UNIX)
34 #define PX_PHYSX_CORE_API PX_UNIX_EXPORT
36 #define PX_PHYSX_CORE_API
40 #if (defined(PX_WINDOWS) || defined(PX_WINMODERN)) && !defined(__CUDACC__)
41 #if defined PX_PHYSX_COMMON_EXPORTS
42 #define PX_PHYSX_COMMON_API __declspec(dllexport)
44 #define PX_PHYSX_COMMON_API __declspec(dllimport)
46 #elif defined(PX_UNIX)
47 #define PX_PHYSX_COMMON_API PX_UNIX_EXPORT
49 #define PX_PHYSX_COMMON_API
Copyright © 2008-2015 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com