From e883b3c9ffc667e70ad753862be6fe6b536ae5ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 18 Mar 2014 20:40:02 +0100 Subject: [PATCH] Fixed multi-line #ifdef I definitely compiled last night, but how in the world was that possible? --- headers/build/HaikuBuildCompatibility.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/build/HaikuBuildCompatibility.h b/headers/build/HaikuBuildCompatibility.h index 3b438fab68..833ab8dbe7 100644 --- a/headers/build/HaikuBuildCompatibility.h +++ b/headers/build/HaikuBuildCompatibility.h @@ -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