Fixed multi-line #ifdef
I definitely compiled last night, but how in the world was that possible?
This commit is contained in:
@@ -72,7 +72,7 @@ typedef int socklen_t;
|
|||||||
# define B_FIRST_REAL_TIME_PRIORITY B_REAL_TIME_DISPLAY_PRIORITY
|
# define B_FIRST_REAL_TIME_PRIORITY B_REAL_TIME_DISPLAY_PRIORITY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(HAIKU_TARGET_PLATFORM_LIBBE_TEST)
|
#if !defined(HAIKU_TARGET_PLATFORM_LIBBE_TEST) \
|
||||||
&& !defined(B_SPINLOCK_INITIALIZER)
|
&& !defined(B_SPINLOCK_INITIALIZER)
|
||||||
# define B_SPINLOCK_INITIALIZER 0
|
# define B_SPINLOCK_INITIALIZER 0
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user