1
0
Fork 0
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:
Julian Storer 2011-06-28 15:23:53 +01:00
parent 1e91e7586a
commit 18c9aa8e62
8 changed files with 42 additions and 44 deletions

View file

@ -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