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
|
|
@ -4091,6 +4091,7 @@
|
|||
<None Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\JUCE_README.md"/>
|
||||
<None Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\LICENSE.txt"/>
|
||||
<None Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\README.md"/>
|
||||
<None Include="..\..\..\..\modules\juce_core\javascript\choc\JUCE_CHANGES.txt"/>
|
||||
<None Include="..\..\..\..\modules\juce_core\native\java\README.txt"/>
|
||||
<None Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\changes to libjpeg for JUCE.txt"/>
|
||||
<None Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\libpng_readme.txt"/>
|
||||
|
|
|
|||
|
|
@ -7430,6 +7430,9 @@
|
|||
<None Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\README.md">
|
||||
<Filter>JUCE Modules\juce_audio_processors\format_types\VST3_SDK</Filter>
|
||||
</None>
|
||||
<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