From 8db61562e426549827516e844d7bab194f173390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Fri, 10 Mar 2017 09:33:18 -0800 Subject: [PATCH] Cleanup. --- src/mutex.cpp | 2 +- src/thread.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mutex.cpp b/src/mutex.cpp index a2cc9cb..988084b 100644 --- a/src/mutex.cpp +++ b/src/mutex.cpp @@ -13,7 +13,7 @@ || BX_PLATFORM_IOS \ || BX_PLATFORM_OSX \ || BX_PLATFORM_PS4 \ - || BX_PLATFORM_RPI + || BX_PLATFORM_RPI # include #elif BX_PLATFORM_WINDOWS \ || BX_PLATFORM_WINRT \ diff --git a/src/thread.cpp b/src/thread.cpp index 14524e0..70ea4a0 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -11,7 +11,7 @@ || BX_PLATFORM_IOS \ || BX_PLATFORM_OSX \ || BX_PLATFORM_PS4 \ - || BX_PLATFORM_RPI + || BX_PLATFORM_RPI # include # if defined(__FreeBSD__) # include