This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
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
8e4277085a
commit
b29b45e8cd
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
{
enum OS
Write
Preview
Loading…
Cancel
Save