summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2003-03-03 21:10:48 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2003-03-03 21:10:48 (GMT)
commitb1caacbbf5f16be3f77a0903fd7ad0fb32a026f6 (patch)
tree0bf39defb9761c171d0c0ea82f15a3ea4f087883 /windows
parent1083071530471faf1641b4182785311aa9bac674 (diff)
downloadhdf5-b1caacbbf5f16be3f77a0903fd7ad0fb32a026f6.zip
hdf5-b1caacbbf5f16be3f77a0903fd7ad0fb32a026f6.tar.gz
hdf5-b1caacbbf5f16be3f77a0903fd7ad0fb32a026f6.tar.bz2
[svn-r6453]
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:
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/all.zipbin237385 -> 237383 bytes
-rwxr-xr-xwindows/all_withf90.zipbin164157 -> 164155 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/windows/all.zip b/windows/all.zip
index 595a113..391eff5 100755
--- a/windows/all.zip
+++ b/windows/all.zip
Binary files differ
diff --git a/windows/all_withf90.zip b/windows/all_withf90.zip
index 1f34685..12f5e36 100755
--- a/windows/all_withf90.zip
+++ b/windows/all_withf90.zip
Binary files differ