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
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2017-08-16 02:03:36 +0300
committerKacper Michajłow <kasper93@gmail.com>2017-08-16 04:17:44 +0300
commit4f821de9d7be537856755ff76a52657d316782c2 (patch)
tree626bf7f461b18fe78ac1d7b01cc9d7a121961691
parentb2575f55d8fdd6238c2aedde0d4c62302f9ae4b9 (diff)
AboutDlg: Fix typo.
-rw-r--r--src/mpc-hc/AboutDlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpc-hc/AboutDlg.cpp b/src/mpc-hc/AboutDlg.cpp
index 1f5d0e033..7c1f89d28 100644
--- a/src/mpc-hc/AboutDlg.cpp
+++ b/src/mpc-hc/AboutDlg.cpp
@@ -94,7 +94,7 @@ BOOL CAboutDlg::OnInitDialog()
#error Compiler is not supported!
#endif
#elif defined(_MSC_VER)
-#if (_MSC_VER > 1910)
+#if (_MSC_VER >= 1910)
m_MPCCompiler.Format(_T("MSVC v%.2d.%.2d.%.5d"), _MSC_VER / 100, _MSC_VER % 100, _MSC_FULL_VER % 100000);
#if _MSC_BUILD
m_MPCCompiler.AppendFormat(_T(".%.2d"), _MSC_BUILD);