mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
use correct conditional to choose between different DEBUG_THREAD_SELF macros
This commit is contained in:
parent
c06c15596b
commit
635578b30b
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ namespace PBD {
|
||||||
#define DEBUG_STR(a) /* empty */
|
#define DEBUG_STR(a) /* empty */
|
||||||
#define DEBUG_STR_APPEND(a,b) /* empty */
|
#define DEBUG_STR_APPEND(a,b) /* empty */
|
||||||
#define DEBUG_ENABLED(b) (0)
|
#define DEBUG_ENABLED(b) (0)
|
||||||
#ifdef PTW32_VERSION
|
#ifdef PLATFORM_WINDOWS
|
||||||
#define DEBUG_THREAD_SELF pthread_self().p
|
#define DEBUG_THREAD_SELF pthread_self().p
|
||||||
#else
|
#else
|
||||||
#define DEBUG_THREAD_SELF pthread_self()
|
#define DEBUG_THREAD_SELF pthread_self()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue