summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-17 16:08:10 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-17 16:08:10 (GMT)
commit1643f591d6f505bd75209d64c2aa4f4f45cee99b (patch)
treee49f74e309df993bef74c6b4b111646d54eb5a05 /tools
parent55670c88cfa07a4fd5a884502f8bd32768f70256 (diff)
downloadhdf5-1643f591d6f505bd75209d64c2aa4f4f45cee99b.zip
hdf5-1643f591d6f505bd75209d64c2aa4f4f45cee99b.tar.gz
hdf5-1643f591d6f505bd75209d64c2aa4f4f45cee99b.tar.bz2
Standalone should not use import/export attributes
Diffstat (limited to 'tools')
-rw-r--r--tools/lib/io_timer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/lib/io_timer.h b/tools/lib/io_timer.h
index 78bf676..1b90daf 100644
--- a/tools/lib/io_timer.h
+++ b/tools/lib/io_timer.h
@@ -28,6 +28,11 @@
#ifdef H5_HAVE_WINSOCK2_H
# include <winsock2.h>
#endif /* H5_HAVE_WINSOCK2_H */
+
+#ifdef STANDALONE
+ #define H5TOOLS_DLL
+#endif
+
/* The different types of timers we can have */
typedef enum timer_type_ {
HDF5_FILE_OPENCLOSE,