refs #335, added functions for windows platform / mixer

This commit is contained in:
Klaus Basan
2014-10-22 14:39:00 +02:00
committed by Roland Winklmeier
parent e1647cd8fd
commit 11521b2f47
4 changed files with 23 additions and 1 deletions

View File

@@ -72,6 +72,9 @@ namespace BlackMisc
//! Release build?
static bool isReleaseBuild();
//! Running on Windows NT platform?
static bool isRunningOnWindowsNtPlatform();
private:
//! Constructor
CProject() {}