Index: /trunk/include/iprt/types.h
===================================================================
--- /trunk/include/iprt/types.h	(revision 230)
+++ /trunk/include/iprt/types.h	(revision 231)
@@ -899,7 +899,7 @@
 
 /** Process handle. */
-typedef RTUINT                                      RTPROCESS;
+typedef RTHCUINTPTR                                 RTPROCESS;
 /** Pointer to a process handle. */
-typedef RTPROCESS                                   *PRTPROCESS;
+typedef RTPROCESS                                  *PRTPROCESS;
 /** Nil process handle. */
 #define NIL_RTPROCESS                               (~(RTPROCESS)0)
