mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Missing symbol in MSYS2/MinGW compilation.
This commit is contained in:
parent
3898d4f80a
commit
6225915f52
@ -40,6 +40,11 @@
|
||||
|
||||
#undef DEBUG
|
||||
|
||||
#ifndef nulldup
|
||||
#define nulldup(s) ((s)?strdup(s):NULL)
|
||||
#endif
|
||||
|
||||
|
||||
extern int NC_initialized; /**< True when dispatch table is initialized. */
|
||||
|
||||
/* User-defined formats. */
|
||||
|
Loading…
Reference in New Issue
Block a user