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

Place all choc types inside an anonymous namespace

This is to allow users to include choc in a JUCE project and not have
symbol collisions with our internally included copy of choc.
This commit is contained in:
attila 2024-05-01 16:47:15 +02:00 committed by Anthony Nicholls
parent 7c2a5fc758
commit dbd3b4f34b
46 changed files with 115 additions and 3 deletions

View file

@ -674,6 +674,7 @@
<ClInclude Include="..\..\JuceLibraryCode\JuceHeader.h"/>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\modules\juce_core\javascript\choc\JUCE_CHANGES.txt"/>
<None Include="..\..\..\..\modules\juce_core\native\java\README.txt"/>
</ItemGroup>
<ItemGroup>

View file

@ -1001,6 +1001,9 @@
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\modules\juce_core\javascript\choc\JUCE_CHANGES.txt">
<Filter>JUCE Modules\juce_core\javascript\choc</Filter>
</None>
<None Include="..\..\..\..\modules\juce_core\native\java\README.txt">
<Filter>JUCE Modules\juce_core\native\java</Filter>
</None>