Add isVatsimVersion to build configuration

This build configuration enables Vatsim specific features.

refs #860
This commit is contained in:
Roland Winklmeier
2017-01-16 14:32:26 +01:00
committed by Mathew Sutcliffe
parent 2616f94f2d
commit f5058574d0
5 changed files with 23 additions and 1 deletions

View File

@@ -69,6 +69,9 @@ namespace BlackConfig
//! Shipped version?
static bool isShippedVersion();
//! Vatsim enabled version?
static bool isVatsimVersion();
//! Running on Windows NT platform?
static bool isRunningOnWindowsNtPlatform();