Fixed multi-line #ifdef

I definitely compiled last night, but how in the world
was that possible?
This commit is contained in:
Stephan Aßmus 2014-03-18 20:40:02 +01:00
parent 1d539fd0c2
commit e883b3c9ff
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ typedef int socklen_t;
# define B_FIRST_REAL_TIME_PRIORITY B_REAL_TIME_DISPLAY_PRIORITY
#endif
#if !defined(HAIKU_TARGET_PLATFORM_LIBBE_TEST)
#if !defined(HAIKU_TARGET_PLATFORM_LIBBE_TEST) \
&& !defined(B_SPINLOCK_INITIALIZER)
# define B_SPINLOCK_INITIALIZER 0
#endif