ExodusII  6.05
exodusII_cfg.h
Go to the documentation of this file.
00001 #ifndef __exodusII_cfg_h
00002 #define __exodusII_cfg_h
00003 
00004 #define EXODUSII_VERSION_MAJOR 6
00005 #define EXODUSII_VERSION_MINOR 09
00006 #define EXODUSII_VERSION_PATCH 0
00007 #define EXODUSII_VERSION "6.09.0"
00008 
00009 #if defined(_WIN32) && !defined(WIN32)
00010 # define WIN32
00011 #endif
00012 
00013 #define BUILD_SHARED_LIBS
00014 #if defined(WIN32) && defined(BUILD_SHARED_LIBS)
00015 #  if defined(exodus_EXPORTS)
00016 #    define EXODUS_EXPORT __declspec( dllexport ) extern
00017 #  else
00018 #    define EXODUS_EXPORT __declspec( dllimport ) extern
00019 #  endif
00020 #else
00021 #  define EXODUS_EXPORT extern
00022 #endif
00023 
00024 #endif
00025 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines