mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Accommodate 'pthread-win32' and 'boost/regex' (for libpbd)
This commit is contained in:
parent
c7306f5732
commit
105652ad09
3 changed files with 4 additions and 3 deletions
|
|
@ -22,9 +22,10 @@
|
|||
#define _GNU_SOURCE
|
||||
#include <dlfcn.h>
|
||||
#include <stdio.h>
|
||||
#include <pthread.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "pbd/pthread_utils.h"
|
||||
|
||||
int (*pbd_alloc_allowed) () = 0;
|
||||
|
||||
/** Thread-local key whose value is set to 1 if malloc checking is disabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue