mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Some VST3 build fixes.
This commit is contained in:
parent
8469269b10
commit
04650ce6ea
1 changed files with 2 additions and 2 deletions
|
|
@ -767,7 +767,7 @@ public:
|
|||
{
|
||||
if (state != nullptr)
|
||||
{
|
||||
MemoryBlock mem;
|
||||
juce::MemoryBlock mem;
|
||||
pluginInstance->getStateInformation (mem);
|
||||
return state->write (mem.getData(), (Steinberg::int32) mem.getSize());
|
||||
}
|
||||
|
|
@ -1198,7 +1198,7 @@ bool shutdownModule()
|
|||
#define JUCE_EXPORTED_FUNCTION extern "C" __attribute__ ((visibility ("default")))
|
||||
|
||||
CFBundleRef globalBundleInstance = nullptr;
|
||||
uint32 numBundleRefs = 0;
|
||||
juce::uint32 numBundleRefs = 0;
|
||||
juce::Array<CFBundleRef> bundleRefs;
|
||||
|
||||
enum { MaxPathLength = 2048 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue