diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-01-21 16:18:23 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-01-21 16:18:23 (GMT) |
commit | 67657f93fffce4511447461207a5d431580503cc (patch) | |
tree | c10c42d0b521bbce3470a5192fb7ec299158f47f /src/H5Dprivate.h | |
parent | 747bb3f9fd714e2fd9bc334b9620b8fbbcdff50b (diff) | |
download | hdf5-67657f93fffce4511447461207a5d431580503cc.zip hdf5-67657f93fffce4511447461207a5d431580503cc.tar.gz hdf5-67657f93fffce4511447461207a5d431580503cc.tar.bz2 |
[svn-r1030] added necessary info to export functions to dll
Diffstat (limited to 'src/H5Dprivate.h')
-rw-r--r-- | src/H5Dprivate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Dprivate.h b/src/H5Dprivate.h index 3a30731..534ddf4 100644 --- a/src/H5Dprivate.h +++ b/src/H5Dprivate.h @@ -17,7 +17,7 @@ #define _H5Dprivate_H #include <H5Dpublic.h> - +#include <H5api_adpt.h> /* Private headers needed by this file */ #include <H5private.h> #include <H5Fprivate.h> /*for the H5F_t type */ @@ -64,7 +64,7 @@ typedef struct H5D_xfer_t { typedef struct H5D_t H5D_t; extern const H5D_create_t H5D_create_dflt; -extern const H5D_xfer_t H5D_xfer_dflt; +HDF5GLOBAL const H5D_xfer_t H5D_xfer_dflt; /* Functions defined in H5D.c */ H5D_t *H5D_create (H5G_entry_t *loc, const char *name, const H5T_t *type, |