mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-05 16:20:10 +08:00
merged master
This commit is contained in:
commit
bb53ad80a0
@ -70,11 +70,6 @@ nc_initialize()
|
||||
NC_initialized = 1;
|
||||
NC_finalized = 0;
|
||||
|
||||
#ifdef _MSC_VER
|
||||
/* Force binary mode */
|
||||
_set_fmode(_O_BINARY);
|
||||
#endif
|
||||
|
||||
/* Do general initialization */
|
||||
if((stat = NCDISPATCH_initialize())) goto done;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user