mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Always undef "linux" to avoid collisions with compiler builtins
This commit is contained in:
parent
4deea8ed93
commit
c841b2ff2c
1 changed files with 1 additions and 2 deletions
|
|
@ -27,8 +27,7 @@
|
|||
|
||||
|
||||
//==============================================================================
|
||||
// The GCC extensions define linux somewhere in the headers, so undef it here...
|
||||
#if JUCE_GCC
|
||||
#ifdef linux
|
||||
#undef linux
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue