VirtualBox

Changeset 46688 in vbox


Ignore:
Timestamp:
Jun 19, 2013 7:54:49 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86585
Message:

VisualAge C++ build fixes.

File:
1 edited

Legend:

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

    r46270 r46688  
    166166#endif /* no crt */
    167167
     168
     169
    168170/** @def NULL
    169171 * NULL pointer.
     
    195197
    196198/*
    197  * C doesn't have bool.
    198  */
    199 #ifndef __cplusplus
     199 * C doesn't have bool, nor does VisualAge for C++ v3.08.
     200 */
     201#if !defined(__cplusplus) || (defined(__IBMCPP__) && defined(RT_OS_OS2))
    200202# if defined(__GNUC__)
    201203#  if defined(RT_OS_LINUX) && __GNUC__ < 3
     
    548550typedef const RTFLOAT64U *PCRTFLOAT64U;
    549551
     552
     553#if !defined(__IBMCPP__) && !defined(__IBMC__)
    550554
    551555/**
     
    692696 * variant. */
    693697typedef const RTFLOAT80U2 *PCRTFLOAT80U2;
     698
     699#endif /* uint16_t bitfields doesn't work */
    694700
    695701
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