Removes the usage of __LINUX__ define

This is defined and set it a ton of different places.
It's checked in a whole lot more
Instead just use __linux__ like a real project should
This commit is contained in:
Ryan Houdek
2014-08-03 13:20:36 -05:00
parent 82c7bcd761
commit 3d37a6ce27
106 changed files with 121 additions and 337 deletions
-4
View File
@@ -36,10 +36,6 @@
#include <sys/stat.h>
#include <string.h>
#if defined (__linux__) && !defined(__LINUX__) // some distributions are lower case
#define __LINUX__
#endif
#if _MSC_VER
# pragma warning(disable:4996) // The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name.
#endif