/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
{
wxString s = wxEmptyString;
int i, l = location.Length();
{
wxString s = wxEmptyString;
int i, l = location.Length();
// Returns the native path for a file URL
wxFileName wxFileSystem::URLToFileName(const wxString& url)
{
// Returns the native path for a file URL
wxFileName wxFileSystem::URLToFileName(const wxString& url)
{
path.Replace(wxT("%25"), wxT("%"));
path.Replace(wxT("%3A"), wxT(":"));
#ifdef __WXMSW__
path.Replace(wxT("%25"), wxT("%"));
path.Replace(wxT("%3A"), wxT(":"));
#ifdef __WXMSW__
// otherwise they have a servername/sharename notation,
// which only exists on msw and corresponds to a unc
// otherwise they have a servername/sharename notation,
// which only exists on msw and corresponds to a unc