mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Replaced __linux macro with __linux__
This commit is contained in:
parent
7a1574a853
commit
7d751753bc
6 changed files with 9 additions and 9 deletions
|
@ -39,9 +39,9 @@
|
|||
|
||||
#include <tbb/task_scheduler_init.h>
|
||||
|
||||
#if defined(__linux) || defined(__GNUC__ )
|
||||
#if defined(__linux__) || defined(__GNUC__ )
|
||||
#include <strings.h>
|
||||
#endif /* __linux */
|
||||
#endif /* __linux__ */
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define strcasecmp _stricmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue