1
0
Fork 0
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:
reuk 2022-06-23 16:05:46 +01:00
parent 0da6c3b434
commit a2dc45d6a8

View file

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