[svn-r21957] Windows DLL macro missing on data in header

This commit is contained in:
Allen Byrne 2012-02-17 21:11:12 -05:00
parent f55a1344ad
commit d195d4bf55

View File

@ -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" {