Commits

Patrick Lu committed 7d0a135c73a
[svn-r1241] fixed some errors in my conditional compile statements from yesterday. changed ifdef WIN32 && _HDF5USEDLL_ to if defined(WIN32) && defined(_HDF5USEDLL_) and did something similar for the not cases.