summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-09 20:19:04 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-09 20:19:04 (GMT)
commit6d239fc41ef5efa82c56d8aa7890e798df4245b0 (patch)
tree1f892b75f6316e092d2304bcb052b04a502215f0 /test
parent79b0aa571db9af191858391dbb28956c6fcbef4e (diff)
downloadhdf5-6d239fc41ef5efa82c56d8aa7890e798df4245b0.zip
hdf5-6d239fc41ef5efa82c56d8aa7890e798df4245b0.tar.gz
hdf5-6d239fc41ef5efa82c56d8aa7890e798df4245b0.tar.bz2
Adds DLLVAR macros to allow exporting symbols on Windows
Diffstat (limited to 'test')
-rw-r--r--test/vfd_swmr_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr_common.h b/test/vfd_swmr_common.h
index e04020a..9e77471 100644
--- a/test/vfd_swmr_common.h
+++ b/test/vfd_swmr_common.h
@@ -95,6 +95,6 @@ H5TEST_DLL int fetch_env_ulong(const char *, unsigned long, unsigned long *);
}
#endif
-extern int verbosity;
+H5TEST_DLLVAR int verbosity;
#endif /* SWMR_COMMON_H */