mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
Minor fixes for mac compilation. Android stuff.
This commit is contained in:
parent
571a2626da
commit
08339c92e2
23 changed files with 1233 additions and 616 deletions
|
|
@ -539,7 +539,7 @@ public:
|
|||
{
|
||||
FSRef fn;
|
||||
|
||||
if (FSPathMakeRef ((UInt8*) filename.toUTF8(), &fn, 0) == noErr)
|
||||
if (FSPathMakeRef ((UInt8*) filename.toUTF8().getAddress(), &fn, 0) == noErr)
|
||||
{
|
||||
resFileId = FSOpenResFile (&fn, fsRdPerm);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue