Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-10-09 09:45:18 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-10-12 21:37:20 +0400
commit4231ae78f1fed2714c307debbc577a81160079ab (patch)
tree3b9d42caa80c0b58331c44eabeb463cdbc8d3bca /src
parent1077e4da983dce765de9bfbb854b96b49d3a5b71 (diff)
Add VS2012 Update 4 RC number.
Diffstat (limited to 'src')
-rw-r--r--src/mpc-hc/AboutDlg.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mpc-hc/AboutDlg.cpp b/src/mpc-hc/AboutDlg.cpp
index 7eb2abec1..536e6ae1c 100644
--- a/src/mpc-hc/AboutDlg.cpp
+++ b/src/mpc-hc/AboutDlg.cpp
@@ -105,7 +105,9 @@ BOOL CAboutDlg::OnInitDialog()
#endif
#elif defined(_MSC_VER)
#if (_MSC_VER == 1700) // 2012
-#if (_MSC_FULL_VER == 170060610)
+#if (_MSC_FULL_VER == 170060930)
+ m_MPCCompiler = _T("MSVC 2012 Update 4 RC");
+#elif (_MSC_FULL_VER == 170060610) // MSVC 2012 Update 3
m_MPCCompiler = _T("MSVC 2012 Update 3");
#elif (_MSC_FULL_VER == 170060315) // MSVC 2012 Update 2
#error VS2012 Update 2 is not supported because the binaries will not run on XP. Install Update 3 instead.