VirtualBox

Changeset 231 in vbox


Ignore:
Timestamp:
Jan 22, 2007 9:44:29 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17753
Message:

RTPROCESS must be pointer sized (HC).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/types.h

    r129 r231  
    899899
    900900/** Process handle. */
    901 typedef RTUINT                                      RTPROCESS;
     901typedef RTHCUINTPTR                                 RTPROCESS;
    902902/** Pointer to a process handle. */
    903 typedef RTPROCESS                                   *PRTPROCESS;
     903typedef RTPROCESS                                  *PRTPROCESS;
    904904/** Nil process handle. */
    905905#define NIL_RTPROCESS                               (~(RTPROCESS)0)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette