VirtualBox

Changeset 48763 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Sep 30, 2013 1:57:08 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89400
Message:

add STDBOOL_H to darwin specific condition for "bool" handling in C.

File:
1 edited

Legend:

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

    r47199 r48763  
    208208#   endif
    209209#  else
    210 #   if (defined(RT_OS_DARWIN) || defined(RT_OS_HAIKU)) && defined(_STDBOOL_H)
     210#   if (defined(RT_OS_DARWIN) || defined(RT_OS_HAIKU)) && (defined(_STDBOOL_H) || defined(__STDBOOL_H))
    211211#    undef bool
    212212#   endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette