[MonoDevelop] Win32 patch
Lluis Sanchez
lluis at ximian.com
Tue Sep 5 12:45:17 EDT 2006
El jue, 31-08-2006 a las 17:37 -0500, Levi Bard escribió:
> Comments?
A couple of comments:
* MonoPlatformExecutionHandler.cs: Is the workaround not needed
anymore?
* SystemPackage is not the best place for having an IsWin32
property. Maybe we could replace those checks by
"Environment.OSVersion.Platform != PlatformId.Unix"? In any
case, after using the PathSeparator const and the Uri class for
getting absolute paths from uris, there won't be many explicit
checks for Win32.
Lluis.
More information about the Monodevelop-list
mailing list