1
0
Fork 0
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:
jules 2012-12-13 14:17:08 +00:00
parent 518d3084c8
commit 3a9cad8f2c
7 changed files with 57 additions and 73 deletions

View file

@ -198,10 +198,8 @@ namespace FileHelpers
return toks.joinIntoString ("/");
}
else
{
return p;
}
return p;
}
String simplifyPath (const String& path)