diff options
Diffstat (limited to 'src/H5api_adpt.h')
-rw-r--r-- | src/H5api_adpt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5api_adpt.h b/src/H5api_adpt.h index 6e02e28..fc0b467 100644 --- a/src/H5api_adpt.h +++ b/src/H5api_adpt.h @@ -281,7 +281,7 @@ #define HDF5_HL_F90CSTUBDLLVAR extern #endif /* HDF5_HL_F90CSTUBDLL */ -#elif (H5_BUILT_AS_STATIC_LIB) +#elif defined(H5_BUILT_AS_STATIC_LIB) #define H5_DLL #define H5_HLDLL #define H5_HLCPPDLL |