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:
parent
f103f1bdc9
commit
608dd0654c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue