Browse Source

Fix macOS build

Signed-off-by: falkTX <falktx@falktx.com>
pull/1689/head
falkTX 2 years ago
parent
commit
65d988bf2d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      source/utils/CarlaMacUtils.hpp

+ 4
- 0
source/utils/CarlaMacUtils.hpp View File

@@ -25,7 +25,11 @@
#include "CarlaBackend.h" #include "CarlaBackend.h"


// don't include Foundation.h here // don't include Foundation.h here
extern "C" {
typedef struct __CFBundle* CFBundleRef; typedef struct __CFBundle* CFBundleRef;
typedef const struct __CFString* CFStringRef;
void* CFBundleGetFunctionPointerForName(CFBundleRef, CFStringRef);
}


CARLA_BACKEND_START_NAMESPACE CARLA_BACKEND_START_NAMESPACE




Loading…
Cancel
Save