VirtualBox

Changeset 1548 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Mar 17, 2007 12:33:18 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19639
Message:

stdbool.h workaround for darwin.

File:
1 edited

Legend:

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

    r666 r1548  
    9393#ifndef __cplusplus
    9494# if defined(__GNUC__)
     95#  if defined(__DARWIN__) && defined(_STDBOOL_H)
     96#   undef bool
     97#  endif
    9598typedef _Bool bool;
    9699# else
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