Browse Source

Minor jackbridge change

tags/1.9.4
falkTX 11 years ago
parent
commit
492ed73efe
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      source/libs/jackbridge/jackbridge.h

+ 2
- 2
source/libs/jackbridge/jackbridge.h View File

@@ -25,8 +25,8 @@
# define BRIDGE_EXPORT __attribute__ ((visibility("default")))
#endif

#ifdef __WINE__
# define GNU_WIN32 // fix jack_native_thread_t
#ifdef JACKBRIDGE_EXPORT
# define GNU_WIN32 // fix jack threads, always use pthread
#endif

#include <jack/jack.h>


Loading…
Cancel
Save