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:
Stephan Aßmus 2014-03-17 22:54:19 +01:00
parent 55f7180dc8
commit 6d19a82f63

View File

@ -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