Changeset 34232 in vbox for trunk/include/iprt
- Timestamp:
- Nov 22, 2010 10:31:54 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67978
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/types.h
r34049 r34232 581 581 /** NIL user id. 582 582 * @todo check this for portability! */ 583 #define NIL_RTUID (~(RTUID)0) ;583 #define NIL_RTUID (~(RTUID)0) 584 584 585 585 /** Group id. */ … … 589 589 /** NIL group id. 590 590 * @todo check this for portability! */ 591 #define NIL_RTGID (~(RTGID)0) ;591 #define NIL_RTGID (~(RTGID)0) 592 592 593 593 /** I/O Port. */
Note:
See TracChangeset
for help on using the changeset viewer.