Changes between Initial Version and Version 1 of Ticket #65653, comment 7


Ignore:
Timestamp:
Aug 12, 2022, 10:26:26 PM (20 months ago)
Author:
Gcenx
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65653, comment 7

    initial v1  
    11You’d do something like the following within the relevant header
    2 
    32{{{
    4 #if !defined(MAC_OS_X_VERSION_10_12) || MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_12
     3#ifndef kAudioObjectPropertyElementMain
    54#define kAudioObjectPropertyElementMain kAudioObjectPropertyElementMaster
    65#endif
    76}}}
    8 
    9 This is more a copy/paste where I didn’t update the version requirement.