1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: made sure that RTAS files are built with stdcall in MSVC

This commit is contained in:
jules 2016-04-11 11:42:13 +01:00
parent b6261b9702
commit 0a0c550198
3 changed files with 7 additions and 7 deletions

View file

@ -726,9 +726,6 @@ bool Project::Item::shouldBeAddedToXcodeResources() const { return state [Ids:
Value Project::Item::getShouldInhibitWarningsValue() { return state.getPropertyAsValue (Ids::noWarnings, getUndoManager()); }
bool Project::Item::shouldInhibitWarnings() const { return state [Ids::noWarnings]; }
Value Project::Item::getShouldUseStdCallValue() { return state.getPropertyAsValue (Ids::useStdCall, nullptr); }
bool Project::Item::shouldUseStdCall() const { return state [Ids::useStdCall]; }
bool Project::Item::isModuleCode() const { return belongsToModule; }
String Project::Item::getFilePath() const