VirtualBox

Changeset 4904 in vbox


Ignore:
Timestamp:
Sep 19, 2007 3:01:57 PM (17 years ago)
Author:
vboxsync
Message:

Fix (hopefully!) for bool type handling in Linux

File:
1 edited

Legend:

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

    r4787 r4904  
    2828# if defined(RT_OS_DARWIN) && defined(KERNEL)
    2929    /*
    30      * Klugde for the darwin kernel:
     30     * Kludge for the darwin kernel:
    3131     *  stddef.h is missing IIRC.
    3232     */
     
    114114# if defined(__GNUC__)
    115115#  if defined(RT_OS_DARWIN) && defined(_STDBOOL_H)
     116#   undef bool
     117#  elif defined(RT_OS_LINUX)
     118#   include <stdbool.h>
    116119#   undef bool
    117120#  endif
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