diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-02-02 15:47:34 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-02-02 15:47:34 (GMT) |
commit | 3a0d851b1c4c27200b238ce5344d34c40288a038 (patch) | |
tree | 0229b51e953ecc6d0f0a8421132bea8743f6e89a /src/H5Ipublic.h | |
parent | d6668e2a28a96b85031f29b8f93329521c40892c (diff) | |
download | hdf5-3a0d851b1c4c27200b238ce5344d34c40288a038.zip hdf5-3a0d851b1c4c27200b238ce5344d34c40288a038.tar.gz hdf5-3a0d851b1c4c27200b238ce5344d34c40288a038.tar.bz2 |
[svn-r1050] made all non static functions and globals accessible to the dll.
changed the HDF5DLL and HDF5GLOBAL to __DLL__ and __DLLVAR__
Diffstat (limited to 'src/H5Ipublic.h')
-rw-r--r-- | src/H5Ipublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ipublic.h b/src/H5Ipublic.h index cdacad1..03b2717 100644 --- a/src/H5Ipublic.h +++ b/src/H5Ipublic.h @@ -57,7 +57,7 @@ typedef int hid_t; extern "C" { #endif -HDF5API H5I_type_t H5Iget_type(hid_t id); +__DLL__ H5I_type_t H5Iget_type(hid_t id); #ifdef __cplusplus |