mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-07-26 00:44:13 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user