VirtualBox

Changeset 16398 in vbox for trunk/src/libs/xpcom18a4


Ignore:
Timestamp:
Jan 30, 2009 12:39:56 AM (16 years ago)
Author:
vboxsync
Message:

protypes.h: Work around silly uint64 typedef clash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/protypes.h

    r3149 r16398  
    106106 */
    107107
    108 #if !defined(XP_BEOS) && !defined(VMS)
     108#if !defined(XP_BEOS) && !defined(VMS) \
     109    && (!defined(__APPLE__) || !defined(_UINT64))
     110/* bird: ^^^ cssmconfig.h conflicts on 10.6/amd64; XP_MACOSX isn't always set so check for the compiler. */
    109111typedef PRUint64 uint64;
     112# if defined(__APPLE__) /* bird */
     113#  define _UINT64       /* bird */
     114# endif                 /* bird */
    110115#endif
    111116
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