summaryrefslogtreecommitdiffstats
path: root/tools/lib
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-17 16:08:10 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:50 (GMT)
commitf59dfcb71122a4504f7540b646fe5a733c34ec3b (patch)
treed58b2d0aff494e42eb907540028567039d70e617 /tools/lib
parent3e6a192e9cef92ee1e0cf1842d05995da83efd27 (diff)
downloadhdf5-f59dfcb71122a4504f7540b646fe5a733c34ec3b.zip
hdf5-f59dfcb71122a4504f7540b646fe5a733c34ec3b.tar.gz
hdf5-f59dfcb71122a4504f7540b646fe5a733c34ec3b.tar.bz2
Standalone should not use import/export attributes
Diffstat (limited to 'tools/lib')
-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,