From f546d95aa29a9faa52d57f6163aa460902182b76 Mon Sep 17 00:00:00 2001 From: Milton Woods Date: Tue, 12 Apr 2022 19:16:58 +1000 Subject: [PATCH] Fix dll exports for ncxml --- include/ncxml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ncxml.h b/include/ncxml.h index 011896f25..4d5f0d110 100644 --- a/include/ncxml.h +++ b/include/ncxml.h @@ -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