diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-05-26 18:59:40 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-05-26 18:59:40 (GMT) |
commit | 652a1c649fdeef870fb8b1b3d0d00bb29c0ca511 (patch) | |
tree | 8ebd09e644f5779f0b9169b6a5c9e415df522d98 | |
parent | 203133e3e85890fad3ee31311b0fe4b507f80171 (diff) | |
download | hdf5-652a1c649fdeef870fb8b1b3d0d00bb29c0ca511.zip hdf5-652a1c649fdeef870fb8b1b3d0d00bb29c0ca511.tar.gz hdf5-652a1c649fdeef870fb8b1b3d0d00bb29c0ca511.tar.bz2 |
[svn-r18908] Corrected name of cstub libraries (needed to be lowercase)
-rw-r--r-- | src/H5api_adpt.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5api_adpt.h b/src/H5api_adpt.h index a41140a..dbd8d94 100644 --- a/src/H5api_adpt.h +++ b/src/H5api_adpt.h @@ -60,17 +60,17 @@ #define HDF5USE_HLCPPDLL #endif -#if defined (hdf5_f90CStub_EXPORTS) +#if defined (hdf5_f90cstub_EXPORTS) #define HDF5FORT_CSTUB_DLL_EXPORTS #else #define HDF5FORT_CSTUB_USEDLL #endif -#if defined (hdf5_test_f90CStub_EXPORTS) +#if defined (hdf5_test_f90cstub_EXPORTS) #define HDF5FORTTEST_CSTUB_DLL_EXPORTS #endif -#if defined (hdf5_hl_f90CStub_EXPORTS) +#if defined (hdf5_hl_f90cstub_EXPORTS) #define HDF5_HL_F90CSTUBDLL_EXPORTS #endif @@ -212,7 +212,7 @@ #define H5_HLCPPDLLVAR extern #endif /* H5_HLCPPDLL */ -#if defined(hdf5_f90CStub_EXPORTS) +#if defined(hdf5_f90cstub_EXPORTS) #if defined (_MSC_VER) /* MSVC Compiler Case */ #define H5_FCDLL __declspec(dllexport) #define H5_FCDLLVAR extern __declspec(dllexport) @@ -258,7 +258,7 @@ #define H5_FCTESTDLLVAR extern #endif /* H5_FCTESTDLL */ -#if defined(hdf5_hl_f90CStub_EXPORTS) +#if defined(hdf5_hl_f90cstub_EXPORTS) #if defined (_MSC_VER) /* MSVC Compiler Case */ #define HDF5_HL_F90CSTUBDLL __declspec(dllexport) #define HDF5_HL_F90CSTUBDLLVAR extern __declspec(dllexport) |