VirtualBox

Changeset 3913 in vbox for trunk/include


Ignore:
Timestamp:
Jul 29, 2007 10:16:49 PM (18 years ago)
Author:
vboxsync
Message:

Solaris.

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/x86.h

    r3748 r3913  
    2828
    2929#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
    3036
    3137/** @defgroup grp_x86   x86 Types and Definitions
  • trunk/include/iprt/time.h

    r3885 r3913  
    330330
    331331/* 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)
    333333/**
    334334 * Gets the time as POSIX timeval.
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