Should only add // under MSW -- not on Unix, not on Mac.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -431,7 +431,7 @@ wxFileName wxFileSystem::URLToFileName(const wxString& url)
|
|||||||
path = path.Mid(7);
|
path = path.Mid(7);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __UNIX__
|
#ifdef __WXMSW__
|
||||||
// file urls either start with a forward slash (local harddisk),
|
// file urls either start with a forward slash (local harddisk),
|
||||||
// otherwise they have a servername/sharename notation,
|
// otherwise they have a servername/sharename notation,
|
||||||
// which only exists on msw and corresponds to a unc
|
// which only exists on msw and corresponds to a unc
|
||||||
|
Reference in New Issue
Block a user