diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-05-11 21:22:26 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-05-11 21:22:26 (GMT) |
commit | 33f060108b04495e91cd7c458e647d34cc2d5b71 (patch) | |
tree | b890e9051ac96316b78689e58b3b0cc92860ca43 /src/H5api_adpt.h | |
parent | 3da997e38fde296448498ee58202fe81c4ad7f3f (diff) | |
download | hdf5-33f060108b04495e91cd7c458e647d34cc2d5b71.zip hdf5-33f060108b04495e91cd7c458e647d34cc2d5b71.tar.gz hdf5-33f060108b04495e91cd7c458e647d34cc2d5b71.tar.bz2 |
[svn-r18765] Corrected typo in Fortran CStub DLL section
Diffstat (limited to 'src/H5api_adpt.h')
-rw-r--r-- | src/H5api_adpt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5api_adpt.h b/src/H5api_adpt.h index 182ae25..a41140a 100644 --- a/src/H5api_adpt.h +++ b/src/H5api_adpt.h @@ -63,7 +63,7 @@ #if defined (hdf5_f90CStub_EXPORTS) #define HDF5FORT_CSTUB_DLL_EXPORTS #else - #define HDF5FORT_CSTUB_USELL + #define HDF5FORT_CSTUB_USEDLL #endif #if defined (hdf5_test_f90CStub_EXPORTS) |