Browse Source

Projucer: undef "linux" when using GCC to fix symbol collision when using the GNU extensions

tags/2021-05-28
ed 5 years ago
parent
commit
b29b45e8cd
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      extras/Projucer/Source/Application/jucer_CommonHeaders.h

+ 5
- 0
extras/Projucer/Source/Application/jucer_CommonHeaders.h View File

@@ -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 struct TargetOS
{ {
enum OS enum OS


Loading…
Cancel
Save