You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nmWTAI-Platform/3rd/VTK7.1/include/vtknetcdf/include/vtk_netcdf_config.h

11 lines
212 B
C

#ifndef vtk_netcdf_config_h
#define vtk_netcdf_config_h
/* Define if this is a shared build */
#define BUILD_SHARED_LIBS
#if defined( BUILD_SHARED_LIBS ) && defined( _WIN32 )
# define DLL_NETCDF
#endif
#endif