mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Proper version check. validated on macOS 11.6.1 and macOS 12.2.1
This commit is contained in:
parent
43282855dd
commit
8d00f6cdac
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ OSStatus fluid_core_audio_callback(void *data,
|
|||
|
||||
#define OK(x) (x == noErr)
|
||||
|
||||
#if MAC_OS_X_VERSION < 1200
|
||||
#if __MAC_OS_X_VERSION_MAX_ALLOWED < 120000
|
||||
#define kAudioObjectPropertyElementMain (kAudioObjectPropertyElementMaster)
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue