mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Enabled some code that was disabled for mingw, but which will work with the latest version.
This commit is contained in:
parent
518d3084c8
commit
3a9cad8f2c
7 changed files with 57 additions and 73 deletions
|
|
@ -198,10 +198,8 @@ namespace FileHelpers
|
|||
|
||||
return toks.joinIntoString ("/");
|
||||
}
|
||||
else
|
||||
{
|
||||
return p;
|
||||
}
|
||||
|
||||
return p;
|
||||
}
|
||||
|
||||
String simplifyPath (const String& path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue