mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-06 18:00:24 +08:00
Change in support of https://github.com/Unidata/netcdf-c/issues/2599
This commit is contained in:
parent
428727dbba
commit
af7cbe701a
@ -32,9 +32,9 @@ The V2 API is tested in test directory nctest.
|
||||
|
||||
/** The subroutines in error.c emit no messages unless NC_VERBOSE bit
|
||||
* is on. They call exit() when NC_FATAL bit is on. */
|
||||
int ncopts = (NC_FATAL | NC_VERBOSE) ;
|
||||
MSC_EXTRA int ncopts = (NC_FATAL | NC_VERBOSE) ;
|
||||
|
||||
int ncerr = NC_NOERR ; /**< V2 API error code. */
|
||||
MSC_EXTRA int ncerr = NC_NOERR ; /**< V2 API error code. */
|
||||
|
||||
#if SIZEOF_LONG == SIZEOF_SIZE_T
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user