at least make it compile with mingw.

This commit is contained in:
Robin Gareus 2015-06-30 09:11:05 +02:00
parent f1aa1a0a11
commit 5ab0288c99
2 changed files with 7 additions and 1 deletions

View file

@ -35,7 +35,9 @@
//**********************************************************************************************
WCMRNativeAudioNoneDevice::WCMRNativeAudioNoneDevice (WCMRAudioDeviceManager *pManager)
: WCMRNativeAudioDevice (pManager, false /*useMultiThreading*/)
#ifndef PTW32_VERSION
, m_SilenceThread(0)
#endif
#if defined (PLATFORM_WINDOWS)
, _waitableTimerForUsleep (CreateWaitableTimer(NULL, TRUE, NULL))
#endif