diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-01-05 19:31:57 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-01-05 19:31:57 (GMT) |
commit | 5f00939eb90d3074c5ce2cfe3526cfc2e147bf88 (patch) | |
tree | 41133eff944120c74587a457306836bb306c5455 /src | |
parent | 451d98b6ac2439875bdd7d6fa225cc9ac0163dc5 (diff) | |
download | hdf5-5f00939eb90d3074c5ce2cfe3526cfc2e147bf88.zip hdf5-5f00939eb90d3074c5ce2cfe3526cfc2e147bf88.tar.gz hdf5-5f00939eb90d3074c5ce2cfe3526cfc2e147bf88.tar.bz2 |
[svn-r19917] Remove warning about H5_BUILT_AS_STATIC_LIB
Diffstat (limited to 'src')
-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 |