[Mono-devel-list] MonoIO.InvalidHandle wrong for 64bits.
Bernie Solomon
bernard at ugsolutions.com
Tue Jul 1 18:01:13 EDT 2003
After distractions back to trying to sort out 64 bits.... one problem I have found is that MonoIO.InvalidHandle is defined as (IntPtr)(-1) which is not correct for a 64 bit run-time. This should be (IntPtr)(-1L) which is truncated OK for 32 bits. Can this be changed?
Bernie Solomon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030701/f5d6a41e/attachment.html
More information about the Mono-devel-list
mailing list