vtk_netcdf_config.h
Go to the documentation of this file.
1 #ifndef vtk_netcdf_config_h
2 #define vtk_netcdf_config_h
3 
4 /* Define if this is a shared build */
5 #define BUILD_SHARED_LIBS
6 #if defined( BUILD_SHARED_LIBS ) && defined( _WIN32 )
7 # define DLL_NETCDF
8 #endif
9 
10 #endif