From 1643f591d6f505bd75209d64c2aa4f4f45cee99b Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Fri, 17 Jan 2020 10:08:10 -0600 Subject: Standalone should not use import/export attributes --- tools/lib/io_timer.h | 5 +++++ 1 file changed, 5 insertions(+) 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 #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, -- cgit v0.12