Removed previous kludgy fix.

This commit is contained in:
Ward Fisher 2019-11-04 14:09:25 -07:00
parent 72d889d15a
commit ea51c67baf

View File

@ -22,21 +22,6 @@
#include <mpi.h>
/* Declaration modifiers for DLL support (MSC et al) */
#if defined(DLL_NETCDF) /* define when library is a DLL */
# if defined(DLL_EXPORT) /* define when building the library */
# define MSC_EXTRA __declspec(dllexport)
# else
# define MSC_EXTRA __declspec(dllimport)
# endif
# include <io.h>
#else
#define MSC_EXTRA /**< Needed for DLL build. */
#endif /* defined(DLL_NETCDF) */
#define EXTERNL MSC_EXTRA extern /**< Needed for DLL build. */
#if defined(__cplusplus)
extern "C" {
#endif