diff options
-rw-r--r-- | tools/lib/h5tools.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h index 30d5796..a8f43b3 100644 --- a/tools/lib/h5tools.h +++ b/tools/lib/h5tools.h @@ -512,9 +512,9 @@ struct subset_t { #include "h5tools_str.h" -extern h5tool_format_t h5tools_dataformat; -extern const h5tools_dump_header_t h5tools_standardformat; -extern const h5tools_dump_header_t* h5tools_dump_header_format; +H5TOOLS_DLLVAR h5tool_format_t h5tools_dataformat; +H5TOOLS_DLLVAR const h5tools_dump_header_t h5tools_standardformat; +H5TOOLS_DLLVAR const h5tools_dump_header_t* h5tools_dump_header_format; #ifdef __cplusplus extern "C" { |