1
0
Fork 0
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:
reuk 2023-01-10 17:19:33 +00:00
parent 4deea8ed93
commit c841b2ff2c
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

@ -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