Fix dll exports for ncxml

This commit is contained in:
Milton Woods 2022-04-12 19:16:58 +10:00
parent dd4edd09eb
commit f546d95aa2

View File

@ -4,7 +4,7 @@
#ifndef NCXML_H
#define NCXML_H
#ifdef _WIN32
#ifdef DLL_NETCDF
#ifdef DLL_EXPORT /* define when building the library */
#define DECLSPEC __declspec(dllexport)
#else