diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-05-11 21:20:43 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-05-11 21:20:43 (GMT) |
commit | 809e91b53c141011ba7c0b641f41959c64e38500 (patch) | |
tree | 59b3d78e586df54c5147b0547c6f9a77d719de57 | |
parent | e6364578ed58fa718492cecfda49d9ac97dba590 (diff) | |
download | hdf5-809e91b53c141011ba7c0b641f41959c64e38500.zip hdf5-809e91b53c141011ba7c0b641f41959c64e38500.tar.gz hdf5-809e91b53c141011ba7c0b641f41959c64e38500.tar.bz2 |
[svn-r18764] Corrected typo in Fortran CStub DLL section
-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) |