diff --git a/extras/Projucer/Source/Application/jucer_CommonHeaders.h b/extras/Projucer/Source/Application/jucer_CommonHeaders.h index a74f655f30..0c328c12d5 100644 --- a/extras/Projucer/Source/Application/jucer_CommonHeaders.h +++ b/extras/Projucer/Source/Application/jucer_CommonHeaders.h @@ -28,6 +28,11 @@ //============================================================================== +// The GCC extensions define linux somewhere in the headers, so undef it here... +#if JUCE_GCC + #undef linux +#endif + struct TargetOS { enum OS