1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-27 02:20:05 +00:00

Projucer: Ensure that the RTAS audio plugin client files have stdcall calling convention

This commit is contained in:
ed 2018-06-11 10:49:20 +01:00
parent f103f1bdc9
commit 608dd0654c

View file

@ -1830,7 +1830,7 @@ protected:
static bool shouldUseStdCall (const RelativePath& path)
{
return path.getFileNameWithoutExtension().startsWithIgnoreCase ("juce_audio_plugin_client_RTAS_");
return path.getFileNameWithoutExtension().startsWithIgnoreCase ("include_juce_audio_plugin_client_RTAS_");
}
StringArray getModuleLibs() const