Browse Source

expose binary types as macros so they can be compared to BINARY_NATIVE

tags/v2.3.0-RC1
falkTX 4 years ago
parent
commit
11501450d3
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      source/backend/CarlaBackend.h

+ 7
- 0
source/backend/CarlaBackend.h View File

@@ -539,6 +539,13 @@ typedef enum {


} BinaryType; } BinaryType;


/* expose binary types as macros so they can be compared to BINARY_NATIVE */
#define BINARY_POSIX32 BINARY_POSIX32
#define BINARY_POSIX64 BINARY_POSIX64
#define BINARY_WIN32 BINARY_WIN32
#define BINARY_WIN64 BINARY_WIN64
#define BINARY_OTHER BINARY_OTHER

/* ------------------------------------------------------------------------------------------------------------ /* ------------------------------------------------------------------------------------------------------------
* File Type */ * File Type */




Loading…
Cancel
Save