[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:
Allen Byrne 2010-06-28 07:52:16 -05:00
parent 732eaaf99b
commit f421ba6111
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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. */