00001 /*********************************************************************NVMH1**** 00002 File: 00003 nv_mathdecl.h 00004 00005 Copyright (C) 1999, 2002 NVIDIA Corporation 00006 This file is provided without support, instruction, or implied warranty of any 00007 kind. NVIDIA makes no guarantee of its fitness for a particular purpose and is 00008 not liable under any circumstances for any damages or loss whatsoever arising 00009 from the use or inability to use this file or items derived from it. 00010 00011 Comments: 00012 00013 00014 ******************************************************************************/ 00015 00016 #ifndef _nv_mathdecl_h_ 00017 #define _nv_mathdecl_h_ 00018 00019 #ifdef NV_MATH_DLL 00020 00021 #ifdef NV_MATH_EXPORTS 00022 #define DECLSPEC_NV_MATH __declspec(dllexport) 00023 #else 00024 #define DECLSPEC_NV_MATH __declspec(dllimport) 00025 #endif 00026 00027 #else 00028 #define DECLSPEC_NV_MATH 00029 #endif 00030 00031 #endif // _nv_mathdecl_h_