From b1caacbbf5f16be3f77a0903fd7ad0fb32a026f6 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Mon, 3 Mar 2003 16:10:48 -0500 Subject: [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: --- windows/all.zip | Bin 237385 -> 237383 bytes windows/all_withf90.zip | Bin 164157 -> 164155 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/windows/all.zip b/windows/all.zip index 595a113..391eff5 100755 Binary files a/windows/all.zip and b/windows/all.zip differ diff --git a/windows/all_withf90.zip b/windows/all_withf90.zip index 1f34685..12f5e36 100755 Binary files a/windows/all_withf90.zip and b/windows/all_withf90.zip differ -- cgit v0.12