mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Merge branch 'master' into ejh_hdf5_sep_next
This commit is contained in:
commit
72a2214bef
@ -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