Skip to content

Commit c23c024

Browse files
author
Arthur Glowacki
committed
Fixed compile error for msvc
1 parent b8b819f commit c23c024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/io/file/hdf5_io.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ enum GSE_CARS_SAVE_VER {UNKNOWN, XRFMAP, XRMMAP};
9090

9191
using ROI_Vec = std::vector<std::pair<int, int>>;
9292

93-
extern "C" herr_t h5_ext_file_info(hid_t loc_id, const char *name, const H5L_info2_t *linfo, void *opdata);
93+
DLL_EXPORT herr_t h5_ext_file_info(hid_t loc_id, const char *name, const H5L_info2_t *linfo, void *opdata);
9494

9595
//-----------------------------------------------------------------------------
9696

0 commit comments

Comments
 (0)