mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-05 15:42:32 +08:00
[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:
parent
218eecfb34
commit
2f883f0881
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user