mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-19 21:43:00 +01:00
Removed obsolete platform.
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
# include <time.h>
|
||||
#elif BX_PLATFORM_WINDOWS \
|
||||
|| BX_PLATFORM_WINRT \
|
||||
|| BX_PLATFORM_XBOX360 \
|
||||
|| BX_PLATFORM_XBOXONE
|
||||
# include <windows.h>
|
||||
# include <limits.h>
|
||||
@@ -44,7 +43,6 @@ namespace bx
|
||||
# endif // BX_CONFIG_SEMAPHORE_PTHREAD
|
||||
#elif BX_PLATFORM_WINDOWS \
|
||||
|| BX_PLATFORM_WINRT \
|
||||
|| BX_PLATFORM_XBOX360 \
|
||||
|| BX_PLATFORM_XBOXONE
|
||||
HANDLE m_handle;
|
||||
#endif // BX_PLATFORM_
|
||||
@@ -254,7 +252,6 @@ namespace bx
|
||||
|
||||
#elif BX_PLATFORM_WINDOWS \
|
||||
|| BX_PLATFORM_WINRT \
|
||||
|| BX_PLATFORM_XBOX360 \
|
||||
|| BX_PLATFORM_XBOXONE
|
||||
|
||||
Semaphore::Semaphore()
|
||||
|
||||
Reference in New Issue
Block a user