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
Added an #undef to work around a macro in the FLTK headers
tags/2021-05-28
jules
10 years ago
parent
359f6e29aa
commit
9080a51367
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
modules/juce_core/system/juce_StandardHeader.h
+ 1
- 0
modules/juce_core/system/juce_StandardHeader.h
View File
@@ -116,6 +116,7 @@
#undef min
#undef major
#undef minor
#undef KeyPress
//==============================================================================
// DLL building settings on Windows
Write
Preview
Loading…
Cancel
Save