diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:16:27 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:16:27 -0600 |
commit | 09dd476a8ab6c1337ed0479ad6d6d0e63e38d35b (patch) | |
tree | 5bc17beba1e8847d6f3b8301ae11bab5789a3328 /bin/win32/BINDInstall/BINDInstallDlg.cpp | |
parent | 8dc48682f6d0e38c23f5832207823849031cfc00 (diff) | |
download | bind9-09dd476a8ab6c1337ed0479ad6d6d0e63e38d35b.tar.gz |
9.5.0a5
Diffstat (limited to 'bin/win32/BINDInstall/BINDInstallDlg.cpp')
-rw-r--r-- | bin/win32/BINDInstall/BINDInstallDlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/win32/BINDInstall/BINDInstallDlg.cpp b/bin/win32/BINDInstall/BINDInstallDlg.cpp index f5d48397..99000abf 100644 --- a/bin/win32/BINDInstall/BINDInstallDlg.cpp +++ b/bin/win32/BINDInstall/BINDInstallDlg.cpp @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: BINDInstallDlg.cpp,v 1.15.18.14 2007/06/27 01:12:17 marka Exp $ */ +/* $Id: BINDInstallDlg.cpp,v 1.33 2007/05/21 05:52:21 marka Exp $ */ /* * Copyright (c) 1999-2000 by Nortel Networks Corporation @@ -117,7 +117,7 @@ const FileData installFiles[] = #if _MSC_VER >= 1310 {"mfc71.dll", FileData::WinSystem, FileData::Critical, TRUE}, {"msvcr71.dll", FileData::WinSystem, FileData::Critical, TRUE}, -#elif _MSC_VER > 1200 && _MSC_VER < 1310 +#elif _MSC_VER > 1200 && _MSC_VER < {"mfc70.dll", FileData::WinSystem, FileData::Critical, TRUE}, {"msvcr70.dll", FileData::WinSystem, FileData::Critical, TRUE}, #endif |