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:
parent
7c2a5fc758
commit
dbd3b4f34b
46 changed files with 115 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue