Browse Source

#if !JUCE_AUDIOPROCESSOR_NO_GUI

Block out more code with
pull/22/head
Andrew Capon 3 years ago
parent
commit
2c7e2ceac3
3 changed files with 10 additions and 0 deletions
  1. +4
    -0
      modules/juce_graphics/juce_graphics.cpp
  2. +3
    -0
      modules/juce_gui_basics/juce_gui_basics.cpp
  3. +3
    -0
      modules/juce_gui_extra/juce_gui_extra.cpp

+ 4
- 0
modules/juce_graphics/juce_graphics.cpp View File

@@ -23,6 +23,8 @@
==============================================================================
*/
#if !JUCE_AUDIOPROCESSOR_NO_GUI
#ifdef JUCE_GRAPHICS_H_INCLUDED
/* When you add this cpp file to your project, you mustn't include it in a file where you've
already included any other headers - just put it inside a file on its own, possibly with your config
@@ -181,3 +183,5 @@
#include "native/freetype/FreeTypeAmalgam.c"
}
#endif
#endif

+ 3
- 0
modules/juce_gui_basics/juce_gui_basics.cpp View File

@@ -22,6 +22,7 @@
==============================================================================
*/
#if !JUCE_AUDIOPROCESSOR_NO_GUI
#ifdef JUCE_GUI_BASICS_H_INCLUDED
/* When you add this cpp file to your project, you mustn't include it in a file where you've
@@ -417,3 +418,5 @@ bool juce::isWindowOnCurrentVirtualDesktop (void* x)
#if JUCE_UNIT_TESTS
#include "native/accessibility/juce_AccessibilityTextHelpers_test.cpp"
#endif
#endif

+ 3
- 0
modules/juce_gui_extra/juce_gui_extra.cpp View File

@@ -22,6 +22,7 @@
==============================================================================
*/
#if !JUCE_AUDIOPROCESSOR_NO_GUI
#ifdef JUCE_GUI_EXTRA_H_INCLUDED
/* When you add this cpp file to your project, you mustn't include it in a file where you've
@@ -196,3 +197,5 @@
const WebView2Preferences&)
: WebBrowserComponent (unloadWhenHidden) {}
#endif
#endif

Loading…
Cancel
Save