 |
Newton Dynamics
4.00
|
|
22 #ifndef __ND_CUDA_STDAFX_H__
23 #define __ND_CUDA_STDAFX_H__
25 #if (defined (WIN32) || defined(_WIN32) || defined (_M_ARM) || defined (_M_ARM64))
34 #pragma warning (push, 3)
42 #ifdef _D_CUDA_EXPORT_DLL
43 #define D_CUDA_API __declspec(dllexport)
45 #define D_CUDA_API __declspec(dllimport)