mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Build: Fix Xcode 11.4 compatibility issues
This commit is contained in:
parent
cfce337d81
commit
dddeb1ad68
7 changed files with 29 additions and 4 deletions
|
|
@ -52,6 +52,8 @@
|
|||
#if JUCE_WINDOWS
|
||||
static void setParentProcessID (int);
|
||||
static int getCurrentProcessID();
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue