mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Minor fixes for audio device removal notifications, win32 midi and threading.
This commit is contained in:
parent
1e91e7586a
commit
18c9aa8e62
8 changed files with 42 additions and 44 deletions
|
|
@ -59,6 +59,10 @@
|
|||
#undef JUCE_BUILD_GUI
|
||||
#endif
|
||||
|
||||
#ifndef JUCE_NAMESPACE
|
||||
#define JUCE_NAMESPACE juce
|
||||
#endif
|
||||
|
||||
//==============================================================================
|
||||
#if JUCE_BUILD_NATIVE || JUCE_BUILD_CORE || (JUCE_BUILD_MISC && (JUCE_PLUGINHOST_VST || JUCE_PLUGINHOST_AU))
|
||||
#if JUCE_WINDOWS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue