mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Merge pull request #2289 from mjwoods/mingw-w64-static-tests
Fix dll exports for ncxml
This commit is contained in:
commit
248e263d0e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user