mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-31 17:50:26 +08:00
Fix dll exports for ncxml
This commit is contained in:
parent
dd4edd09eb
commit
f546d95aa2
@ -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…
x
Reference in New Issue
Block a user