last update 20 Sep 2009 |
Go to the source code of this file.
Defines | |
#define | _CVR_WIN32 _WIN32 |
#define | _CVR_MSC_VER _MSC_VER |
#define | _CVR_MSC_DOT_NET _CVR_MSC_VER |
#define | _CVR_MSC_DOT_NET_2003 _CVR_MSC_VER |
#define | _CVR_GNUC __GNUC__ |
#define | _CVR_GNUC_3 _CVR_GNUC |
#define | _CVR_GNUC_3_4 _CVR_GNUC |
#define | _CVR_LINUX |
#define | _CVR_CYGWIN |
Since this file is included by cvrObject.h, their contents should be defined in every CVR-Libfile.
#define _CVR_CYGWIN |
Macro to recognize if a CygWin system is being used.
#define _CVR_GNUC __GNUC__ |
Macro to recognize if a GNU C++ compiler is being used.
#define _CVR_GNUC_3 _CVR_GNUC |
Macro to recognize if a GNU C++ compiler 3.0 or greater is being used.
#define _CVR_GNUC_3_4 _CVR_GNUC |
Macro to recognize if a GNU C++ compiler 3.4.0 or greater is being used.
#define _CVR_LINUX |
Macro to recognize if a Linux system is being used.
#define _CVR_MSC_DOT_NET _CVR_MSC_VER |
Macro to recognize if the MS Visual C++ compiler .NET 2003 is being used.
#define _CVR_MSC_DOT_NET_2003 _CVR_MSC_VER |
Macro to recognize if the MS Visual C++ compiler .NET 2003 is being used.
#define _CVR_MSC_VER _MSC_VER |
Macro to recognize if the MS Visual C++ compiler 6.0 or higher (including the .NET family) is being used.
#define _CVR_WIN32 _WIN32 |
Macro to recognize if the Windows 32-bit library is available.