Update linux platform check in KePlatform.h to be consistent with others.
This commit is contained in:
parent
58158ce607
commit
3d114e5506
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user