Changeset 3913 in vbox for trunk/include
- Timestamp:
- Jul 29, 2007 10:16:49 PM (18 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/x86.h
r3748 r3913 28 28 29 29 #include <VBox/types.h> 30 31 /* Workaround for Solaris sys/regset.h defining CS, DS */ 32 #if defined(RT_OS_SOLARIS) 33 # undef CS 34 # undef DS 35 #endif 30 36 31 37 /** @defgroup grp_x86 x86 Types and Definitions -
trunk/include/iprt/time.h
r3885 r3913 330 330 331 331 /* PORTME: Add struct timeval guard macro here. */ 332 #if defined(RTTIME_INCL_TIMEVAL) || defined(_STRUCT_TIMEVAL) || defined(TIMEVAL_TO_TIMESPEC) 332 #if defined(RTTIME_INCL_TIMEVAL) || defined(_STRUCT_TIMEVAL) || defined(TIMEVAL_TO_TIMESPEC) || defined(_SYS_TIME_H) 333 333 /** 334 334 * Gets the time as POSIX timeval.
Note:
See TracChangeset
for help on using the changeset viewer.