Update linux platform check in KePlatform.h to be consistent with others.

This commit is contained in:
Nicholas Hastings
2014-06-19 20:57:54 -04:00
parent 58158ce607
commit 3d114e5506
+1 -1
View File
@@ -16,7 +16,7 @@
#define KE_PLATFORM_POSIX
#if defined linux
#if defined __linux__
#define KE_PLATFORM_LINUX
#elif defined __APPLE__
#define KE_PLATFORM_APPLE