mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
VST3 Client: Fix missing-prototype warning
This commit is contained in:
parent
0da6c3b434
commit
a2dc45d6a8
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ namespace juce
|
|||
#define VST3_REPLACEMENT_AVAILABLE 1
|
||||
|
||||
// NB: Nasty old-fashioned code in here because it's copied from the Steinberg example code.
|
||||
void getUUIDForVST2ID (bool forControllerUID, uint8 uuid[16]);
|
||||
void getUUIDForVST2ID (bool forControllerUID, uint8 uuid[16])
|
||||
{
|
||||
#if JUCE_MSVC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue