https://bugzilla.novell.com/show_bug.cgi?id=404866

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=404866#c4





--- Comment #4 from Dick Porter <[EMAIL PROTECTED]>  2008-06-30 11:25:07 MDT ---
I've just noticed the 64 bit part: try this to see if it makes any difference.

Index: process-private.h
===================================================================
--- process-private.h   (revision 106743)
+++ process-private.h   (working copy)
@@ -17,11 +17,7 @@
 #define _WAPI_PROCESS_CURRENT (gpointer)0xFFFFFFFF

 /* This marks a system process that we don't have a handle on */
-#if SIZEOF_VOID_P == 8
-#define _WAPI_PROCESS_UNHANDLED_PID_MASK 0xFFFFFFFF
-#else
 #define _WAPI_PROCESS_UNHANDLED_PID_MASK 0x7FFF
-#endif
 #define _WAPI_PROCESS_UNHANDLED (-1 & ~_WAPI_PROCESS_UNHANDLED_PID_MASK)
/*0xFFFF8000*/

 extern gpointer _wapi_process_duplicate (void);


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to