mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 02:56:35 +01:00
second part of windows/osx macro change - forgot *.cpp files
This commit is contained in:
parent
49423427a6
commit
fa139421b9
4 changed files with 19 additions and 19 deletions
|
|
@ -1033,7 +1033,7 @@ void WCMRPortAudioDevice::resetDevice (bool callerIsWaiting /*=false*/ )
|
|||
}
|
||||
|
||||
|
||||
#ifdef _WINDOWS
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
|
||||
long WCMRPortAudioDevice::StaticASIOMessageHook (void *pRefCon, long selector, long value, void* message, double* opt)
|
||||
{
|
||||
|
|
@ -1250,7 +1250,7 @@ WTErr WCMRPortAudioDevice::ShowConfigPanel (void *pParam)
|
|||
|
||||
if (Active())
|
||||
{
|
||||
#ifdef _WINDOWS
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
if(Pa_GetHostApiInfo(Pa_GetDeviceInfo(m_DeviceID)->hostApi)->type == paASIO)
|
||||
{
|
||||
// stop and deactivate the device
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue