summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-02-02 15:47:34 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-02-02 15:47:34 (GMT)
commit3a0d851b1c4c27200b238ce5344d34c40288a038 (patch)
tree0229b51e953ecc6d0f0a8421132bea8743f6e89a /src/H5public.h
parentd6668e2a28a96b85031f29b8f93329521c40892c (diff)
downloadhdf5-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/H5public.h')
-rw-r--r--src/H5public.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 8bf1b5c..57c88ef 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -99,12 +99,12 @@ extern "C" {
#endif
/* Functions in H5.c */
-HDF5API herr_t H5open (void);
-HDF5API herr_t H5close (void);
-HDF5API herr_t H5dont_atexit (void);
-HDF5API herr_t H5get_libversion (unsigned *majnum, unsigned *minnum,
+__DLL__ herr_t H5open (void);
+__DLL__ herr_t H5close (void);
+__DLL__ herr_t H5dont_atexit (void);
+__DLL__ herr_t H5get_libversion (unsigned *majnum, unsigned *minnum,
unsigned *relnum);
-HDF5API herr_t H5check_version (unsigned majnum, unsigned minnum,
+__DLL__ herr_t H5check_version (unsigned majnum, unsigned minnum,
unsigned relnum);
#ifdef __cplusplus