Update linux platform check in KePlatform.h to be consistent with others.
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#define KE_PLATFORM_POSIX
|
#define KE_PLATFORM_POSIX
|
||||||
|
|
||||||
#if defined linux
|
#if defined __linux__
|
||||||
#define KE_PLATFORM_LINUX
|
#define KE_PLATFORM_LINUX
|
||||||
#elif defined __APPLE__
|
#elif defined __APPLE__
|
||||||
#define KE_PLATFORM_APPLE
|
#define KE_PLATFORM_APPLE
|
||||||
|
|||||||
Reference in New Issue
Block a user