mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
[svn-r19032] Correct use of variable in windows dll builds by changing qualifier from extern to H5_DLLVAR.
Turned off default packed bits setting as feature is not available for trunk
This commit is contained in:
parent
732eaaf99b
commit
f421ba6111
@ -30,6 +30,6 @@ SET (HDF5_ENABLE_SZIP_SUPPORT ON CACHE BOOL "Use SZip Filter" FORCE)
|
||||
|
||||
SET (HDF5_ENABLE_Z_LIB_SUPPORT ON CACHE BOOL "Enable Zlib Filters" FORCE)
|
||||
|
||||
SET (HDF5_USE_H5DUMP_PACKED_BITS ON CACHE BOOL "Use the PACKED BITS feature in h5dump" FORCE)
|
||||
SET (HDF5_USE_H5DUMP_PACKED_BITS OFF CACHE BOOL "Use the PACKED BITS feature in h5dump" FORCE)
|
||||
|
||||
SET (HDF5_ENABLE_COVERAGE OFF CACHE BOOL "Enable code coverage for Libraries and Programs" FORCE)
|
||||
|
@ -217,7 +217,7 @@ extern hid_t H5AC_dxpl_id;
|
||||
/* Dataset transfer property list for independent metadata I/O calls */
|
||||
/* (just "library internal" set - i.e. independent transfer mode) */
|
||||
/* (Global variable declaration, definition is in H5AC.c) */
|
||||
extern hid_t H5AC_ind_dxpl_id;
|
||||
H5_DLLVAR hid_t H5AC_ind_dxpl_id;
|
||||
|
||||
|
||||
/* Default cache configuration. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user