VirtualBox

Changeset 40915 in vbox


Ignore:
Timestamp:
Apr 14, 2012 7:40:05 AM (13 years ago)
Author:
vboxsync
Message:

FreeBSD: Fix build on 10-CURRENT (Thanks to Daichi Goto and Bernhard Froehlich)

File:
1 edited

Legend:

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

    r40914 r40915  
    184184#  if defined(RT_OS_LINUX) && __GNUC__ < 3
    185185typedef uint8_t bool;
     186#  elif defined(RT_OS_FREEBSD)
     187#   ifndef __bool_true_false_are_defined
     188typedef _Bool bool;
     189#   endif
    186190#  else
    187191#   if defined(RT_OS_DARWIN) && defined(_STDBOOL_H)
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