This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
Modernize MacTypes.h #includes.
tags/v1.9.11-RC1
Karl Linden
9 years ago
parent
b3d0fcd723
commit
3eec03a64a
No known key found for this signature in database
GPG Key ID:
764C09795C812B97
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
macosx/JackMachThread.h
+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 {
Write
Preview
Loading…
Cancel
Save