pa_mac_core.c: add missing definition to fix build on older systems
thanks to @kencu
This commit is contained in:
parent
52b1026c1f
commit
813b281826
1 changed files with 4 additions and 0 deletions
|
|
@ -71,6 +71,10 @@
|
||||||
#include "pa_mac_core_utilities.h"
|
#include "pa_mac_core_utilities.h"
|
||||||
#include "pa_mac_core_blocking.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
|
#ifdef __cplusplus
|
||||||
extern "C"
|
extern "C"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue