Browse Source

Modernize MacTypes.h #includes.

tags/v1.9.11-RC1
Karl Linden 9 years ago
parent
commit
3eec03a64a
No known key found for this signature in database GPG Key ID: 764C09795C812B97
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      macosx/JackMachThread.h
  2. +1
    -1
      macosx/coremidi/JackCoreMidiUtil.h

+ 1
- 1
macosx/JackMachThread.h View File

@@ -70,7 +70,7 @@ typedef unsigned char Boolean;

#include "JackPosixThread.h"
#ifndef MY_TARGET_OS_IPHONE
#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
#include <MacTypes.h>
#endif

#include <mach/thread_policy.h>


+ 1
- 1
macosx/coremidi/JackCoreMidiUtil.h View File

@@ -22,7 +22,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

#include <string>

#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
#include <MacTypes.h>

namespace Jack {



Loading…
Cancel
Save