summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-06-28 12:52:16 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-06-28 12:52:16 (GMT)
commitf421ba6111c2f5f7ed7bdb5773642e45b6424a8b (patch)
tree5b574978ea5521577310ba32cca1480cdec87975 /src
parent732eaaf99b73ddfecbd2406a23b49636dca18e16 (diff)
downloadhdf5-f421ba6111c2f5f7ed7bdb5773642e45b6424a8b.zip
hdf5-f421ba6111c2f5f7ed7bdb5773642e45b6424a8b.tar.gz
hdf5-f421ba6111c2f5f7ed7bdb5773642e45b6424a8b.tar.bz2
[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
Diffstat (limited to 'src')
-rw-r--r--src/H5ACprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5ACprivate.h b/src/H5ACprivate.h
index c59f681..ef19480 100644
--- a/src/H5ACprivate.h
+++ b/src/H5ACprivate.h
@@ -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. */