Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

nv_mathdecl.h

Go to the documentation of this file.
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_

Generated on Thu Apr 6 15:25:39 2006 for rcssserver3d by  doxygen 1.4.4