-
- Downloads
Fix & make linux conditionals uniform (#4278)
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.
Showing
- src/guiChatConsole.cpp 1 addition, 1 deletionsrc/guiChatConsole.cpp
- src/intlGUIEditBox.cpp 1 addition, 1 deletionsrc/intlGUIEditBox.cpp
- src/porting.cpp 2 additions, 2 deletionssrc/porting.cpp
- src/porting.h 6 additions, 2 deletionssrc/porting.h
- src/threading/thread.cpp 4 additions, 4 deletionssrc/threading/thread.cpp
Loading
Please register or sign in to comment