diff options
Diffstat (limited to 'xbmc/PowerManager.cpp')
-rw-r--r-- | xbmc/PowerManager.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xbmc/PowerManager.cpp b/xbmc/PowerManager.cpp index 89e8531891..b52012a7e8 100644 --- a/xbmc/PowerManager.cpp +++ b/xbmc/PowerManager.cpp @@ -74,6 +74,9 @@ void CPowerManager::Initialize() #ifdef HAS_HAL else m_instance = new CHALPowerSyscall(); +#else + else + m_instance = new CNULLPowerSyscall(); #endif #elif defined(_WIN32) m_instance = new CWin32PowerSyscall(); |