Don't define B_SPINLOCK_INITIALIZER for test app_server
* I don't know what I am doing here, but the test app_server only ever built for me recently when I disabled the define, so I might as well commit this...
This commit is contained in:
parent
55f7180dc8
commit
6d19a82f63
@ -72,7 +72,8 @@ typedef int socklen_t;
|
||||
# define B_FIRST_REAL_TIME_PRIORITY B_REAL_TIME_DISPLAY_PRIORITY
|
||||
#endif
|
||||
|
||||
#ifndef B_SPINLOCK_INITIALIZER
|
||||
#if !defined(HAIKU_TARGET_PLATFORM_LIBBE_TEST)
|
||||
&& !defined(B_SPINLOCK_INITIALIZER)
|
||||
# define B_SPINLOCK_INITIALIZER 0
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user