From 652a1c649fdeef870fb8b1b3d0d00bb29c0ca511 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 26 May 2010 13:59:40 -0500 Subject: [svn-r18908] Corrected name of cstub libraries (needed to be lowercase) --- src/H5api_adpt.h | 10 +++++----- 1 file 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) -- cgit v0.12