mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-21 08:39:46 +08:00
Merge pull request #2460 from WardF/gh2446.wif
Guard _declspec(dllexport) in support of #2446
This commit is contained in:
commit
64033e367d
@ -16,7 +16,10 @@
|
||||
#include <locale.h>
|
||||
//#include <direct.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
__declspec(dllexport)
|
||||
#endif
|
||||
|
||||
int
|
||||
getmountpoint(char* keyvalue, size_t size)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user