diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2003-03-03 21:10:48 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2003-03-03 21:10:48 (GMT) |
commit | b1caacbbf5f16be3f77a0903fd7ad0fb32a026f6 (patch) | |
tree | 0bf39defb9761c171d0c0ea82f15a3ea4f087883 /windows/all.zip | |
parent | 1083071530471faf1641b4182785311aa9bac674 (diff) | |
download | hdf5-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/all.zip')
-rwxr-xr-x | windows/all.zip | bin | 237385 -> 237383 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/windows/all.zip b/windows/all.zip Binary files differindex 595a113..391eff5 100755 --- a/windows/all.zip +++ b/windows/all.zip |