pa_mac_core.c: add missing definition to fix build on older systems

thanks to @kencu
This commit is contained in:
Davide Gerhard 2021-01-28 08:33:55 +01:00 committed by Phil Burk
commit 813b281826

View file

@ -71,6 +71,10 @@
#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"