mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
b1caacbbf5
Purpose: bug fix Description: To avoid warning of defined macro FUNCTION at .NET, _MSC_VER should be used instead of MSC_VER. Solution: change MSC_VER to _MSC_VER,furthermore, to avoid future warning, change MSC_VER == 1300 to _MSC_VER >=1300 Platforms tested: windows 2000,windows xp(no need to test on other platforms). Misc. update: |
||
---|---|---|
.. | ||
all_withf90.zip | ||
all.zip |