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:
Diffstat (limited to 'src/DSUtil/SysVersion.h')
-rw-r--r--src/DSUtil/SysVersion.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/DSUtil/SysVersion.h b/src/DSUtil/SysVersion.h
index efdc28a10..8669abe07 100644
--- a/src/DSUtil/SysVersion.h
+++ b/src/DSUtil/SysVersion.h
@@ -1,5 +1,5 @@
/*
- * (C) 2012-2014 see Authors.txt
+ * (C) 2012-2015 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -34,6 +34,8 @@ namespace SysVersion
bool Is7OrLater();
bool Is8();
bool Is8OrLater();
+ bool Is81OrLater();
+ bool Is10OrLater();
bool Is64Bit();
};