[svn-r19830] Fixed the name of the windows linkage define in the header. This corrects the

inconsistent dll linkage warning when used with CMake. Changed hdf5_f90Ctest_EXPORTS to hdf5_test_f90ctub_EXPORTS. 

Tested: windows
This commit is contained in:
Allen Byrne 2010-11-19 12:58:19 -05:00
parent 218eecfb34
commit 2f883f0881

View File

@ -235,7 +235,7 @@
#define H5_FCDLLVAR extern
#endif /* H5_FCDLL */
#if defined(hdf5_f90Ctest_EXPORTS)
#if defined(hdf5_test_f90cstub_EXPORTS)
#if defined (_MSC_VER) /* MSVC Compiler Case */
#define H5_FCTESTDLL __declspec(dllexport)
#define H5_FCTESTDLLVAR extern __declspec(dllexport)