Merge pull request #2289 from mjwoods/mingw-w64-static-tests

Fix dll exports for ncxml
This commit is contained in:
Ward Fisher 2022-04-26 11:03:43 -06:00 committed by GitHub
commit 248e263d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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