1
0
Fork 0
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:
jules 2014-02-05 21:14:44 +00:00
parent 8469269b10
commit 04650ce6ea

View file

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