diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-05-26 18:58:29 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-05-26 18:58:29 (GMT) |
commit | 29efe61c8aee188c92415469862ec1fd432310c3 (patch) | |
tree | 14d69a8e739e0e72bfd5ba07338cb9e108f082a6 /src/H5api_adpt.h | |
parent | 7c054adff5a41b63dc6209c76e1654509b06076a (diff) | |
download | hdf5-29efe61c8aee188c92415469862ec1fd432310c3.zip hdf5-29efe61c8aee188c92415469862ec1fd432310c3.tar.gz hdf5-29efe61c8aee188c92415469862ec1fd432310c3.tar.bz2 |
[svn-r18907] Corrected name of cstub libraries (needed to be lowercase)
Diffstat (limited to 'src/H5api_adpt.h')
-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) |