From ab36e91298e3c346e67bd94c9e6dcfb22c7feaf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 21 Jan 2017 09:01:13 -0800 Subject: [PATCH] Fixed build. --- include/bx/mutex.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/bx/mutex.h b/include/bx/mutex.h index c5d753c..e13a65e 100644 --- a/include/bx/mutex.h +++ b/include/bx/mutex.h @@ -12,6 +12,15 @@ #if BX_CONFIG_SUPPORTS_THREADING +#if 0 \ + || BX_PLATFORM_ANDROID \ + || BX_PLATFORM_LINUX \ + || BX_PLATFORM_NACL \ + || BX_PLATFORM_IOS \ + || BX_PLATFORM_OSX +# include +#endif // + namespace bx { ///