[Mono-dev] [PATCH] UNC support on Windows.

2009-01-13 Thread Bill Holmes
Hi, The attached patch fixes a bug with launching an application on a network share with mono. -bill 2009-01-13 Bill Holmes * gmisc-win32.c (g_path_is_absolute): Adding support for UNC paths on Windows. * mono-path.c (mono_path_canonicalize): Adding support for UN

Re: [Mono-dev] [PATCH] UNC support on Windows.

2009-01-17 Thread Zoltan Varga
Looks fine. Zoltan 2009/1/13 Bill Holmes : > Hi, > > The attached patch fixes a bug with launching an application on a > network share with mono. > > -bill > > 2009-01-13 Bill Holmes > >* gmisc-win32.c (g_path_is_absolute): Adding support for UNC > paths on Windows.