mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix for non-gui builds.
This commit is contained in:
parent
9c94a7450d
commit
3077c9a945
4 changed files with 7 additions and 3 deletions
|
|
@ -406,7 +406,9 @@
|
|||
// Non-public headers that are needed by more than one platform must be included
|
||||
// before the platform-specific sections..
|
||||
BEGIN_JUCE_NAMESPACE
|
||||
#include "../src/native/common/juce_MidiDataConcatenator.h"
|
||||
#if ! JUCE_ONLY_BUILD_CORE_LIBRARY
|
||||
#include "../src/native/common/juce_MidiDataConcatenator.h"
|
||||
#endif
|
||||
END_JUCE_NAMESPACE
|
||||
|
||||
#if JUCE_WINDOWS
|
||||
|
|
|
|||
|
|
@ -244440,6 +244440,7 @@ END_JUCE_NAMESPACE
|
|||
// Non-public headers that are needed by more than one platform must be included
|
||||
// before the platform-specific sections..
|
||||
BEGIN_JUCE_NAMESPACE
|
||||
#if ! JUCE_ONLY_BUILD_CORE_LIBRARY
|
||||
|
||||
/*** Start of inlined file: juce_MidiDataConcatenator.h ***/
|
||||
#ifndef __JUCE_MIDIDATACONCATENATOR_JUCEHEADER__
|
||||
|
|
@ -244562,6 +244563,7 @@ private:
|
|||
/*** End of inlined file: juce_MidiDataConcatenator.h ***/
|
||||
|
||||
|
||||
#endif
|
||||
END_JUCE_NAMESPACE
|
||||
|
||||
#if JUCE_WINDOWS
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ namespace JuceDummyNamespace {}
|
|||
*/
|
||||
#define JUCE_MAJOR_VERSION 1
|
||||
#define JUCE_MINOR_VERSION 54
|
||||
#define JUCE_BUILDNUMBER 10
|
||||
#define JUCE_BUILDNUMBER 11
|
||||
|
||||
/** Current Juce version number.
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
*/
|
||||
#define JUCE_MAJOR_VERSION 1
|
||||
#define JUCE_MINOR_VERSION 54
|
||||
#define JUCE_BUILDNUMBER 10
|
||||
#define JUCE_BUILDNUMBER 11
|
||||
|
||||
/** Current Juce version number.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue