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:
Julian Smart 2002-12-09 15:42:10 +00:00
parent 969096ef37
commit 8ad944dcbc

View File

@ -431,7 +431,7 @@ wxFileName wxFileSystem::URLToFileName(const wxString& url)
path = path.Mid(7);
}
#ifndef __UNIX__
#ifdef __WXMSW__
// file urls either start with a forward slash (local harddisk),
// otherwise they have a servername/sharename notation,
// which only exists on msw and corresponds to a unc