mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
The source used a hodge-podge of different combinations of different macros to check for linux: 'linux', '__linux', '__linux__'. As '__linux__' is standard (Posix), and the others are not, the source now uniformly uses __linux__. If either linux or __linux are defined, it is made sure that __linux__ is defined as well. |
||
---|---|---|
.. | ||
atomic.h | ||
CMakeLists.txt | ||
event.cpp | ||
event.h | ||
mutex.cpp | ||
mutex.h | ||
mutex_auto_lock.h | ||
semaphore.cpp | ||
semaphore.h | ||
thread.cpp | ||
thread.h |