mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-27 02:20:05 +00:00
Introjucer: fix for binary data with duplicate filenames.
This commit is contained in:
parent
9097528ca0
commit
46f1c15f92
9 changed files with 41 additions and 97 deletions
|
|
@ -2151,16 +2151,11 @@ const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) throw
|
|||
|
||||
switch (hash)
|
||||
{
|
||||
case 0x62032efa:
|
||||
case 0x877c5941: numBytes = 46348; return cello_wav;
|
||||
case 0xaec3f52f:
|
||||
case 0x5ef7e0f0: numBytes = 5239; return demo_table_data_xml;
|
||||
case 0xae303c7c:
|
||||
case 0xae3ee894: numBytes = 83876; return icons_zip;
|
||||
case 0xdf2195d7:
|
||||
case 0xc23b6643: numBytes = 15290; return juce_png;
|
||||
case 0xdd644959:
|
||||
case 0x0ff8e16f: numBytes = 1126; return treedemo_xml;
|
||||
case 0x62032efa: numBytes = 46348; return cello_wav;
|
||||
case 0xaec3f52f: numBytes = 5239; return demo_table_data_xml;
|
||||
case 0xae303c7c: numBytes = 83876; return icons_zip;
|
||||
case 0xdf2195d7: numBytes = 15290; return juce_png;
|
||||
case 0xdd644959: numBytes = 1126; return treedemo_xml;
|
||||
default: break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue