]> Repos - portaudio/commitdiff
pa_mac_core.c: add missing definition to fix build on older systems
authorDavide Gerhard <rainbow@irh.it>
Thu, 28 Jan 2021 07:33:55 +0000 (08:33 +0100)
committerPhil Burk <philburk@mobileer.com>
Sun, 31 Jan 2021 17:08:05 +0000 (09:08 -0800)
thanks to @kencu

src/hostapi/coreaudio/pa_mac_core.c

index cac20185fc0acfd5f0e5ebf5f45d18a887697815..402c512f6ab02463f199f98aa8fa397e45dc3b42 100644 (file)
 #include "pa_mac_core_utilities.h"
 #include "pa_mac_core_blocking.h"
 
+#ifndef MAC_OS_X_VERSION_10_6
+#define MAC_OS_X_VERSION_10_6 1060
+#endif
+
 
 #ifdef __cplusplus
 extern "C"