From a66b79734ffc4afe50169a57a90d8a6e121ca228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 18 Feb 2018 21:15:09 -0800 Subject: [PATCH] Cleanup. --- src/debug.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/debug.cpp b/src/debug.cpp index 76453f3..8e8bae1 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -14,7 +14,7 @@ #elif BX_PLATFORM_ANDROID # include #elif BX_PLATFORM_WINDOWS \ - || BX_PLATFORM_WINRT \ + || BX_PLATFORM_WINRT \ || BX_PLATFORM_XBOXONE extern "C" __declspec(dllimport) void __stdcall OutputDebugStringA(const char* _str); #elif BX_PLATFORM_IOS || BX_PLATFORM_OSX @@ -62,7 +62,8 @@ namespace bx || BX_PLATFORM_WINRT \ || BX_PLATFORM_XBOXONE OutputDebugStringA(_out); -#elif BX_PLATFORM_IOS || BX_PLATFORM_OSX +#elif BX_PLATFORM_IOS \ + || BX_PLATFORM_OSX # if defined(__OBJC__) NSLog(@"%s", _out); # else