VirtualBox

Changeset 72624 in vbox for trunk


Ignore:
Timestamp:
Jun 20, 2018 12:18:54 PM (7 years ago)
Author:
vboxsync
Message:

IPRT/utf8-posix.cpp: No VBOX_XXXX defines in IPRT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/utf8-posix.cpp

    r69111 r72624  
    4343#if defined(RT_OS_SOLARIS)
    4444# if !defined(_XPG6)
    45 #  define VBOX_XPG6_TMP_DEF
     45#  define IPRT_XPG6_TMP_DEF
    4646#  define _XPG6
    4747# endif
    4848# if defined(__USE_LEGACY_PROTOTYPES__)
    49 #  define VBOX_LEGACY_PROTO_TMP_DEF
     49#  define IPRT_LEGACY_PROTO_TMP_DEF
    5050#  undef __USE_LEGACY_PROTOTYPES__
    5151# endif
     
    5555
    5656#if defined(RT_OS_SOLARIS)
    57 # if defined(VBOX_XPG6_TMP_DEF)
     57# if defined(IPRT_XPG6_TMP_DEF)
    5858#  undef _XPG6
    59 #  undef VBOX_XPG6_TMP_DEF
     59#  undef IPRT_XPG6_TMP_DEF
    6060# endif
    61 # if defined(VBOX_LEGACY_PROTO_TMP_DEF)
     61# if defined(IPRT_LEGACY_PROTO_TMP_DEF)
    6262#  define __USE_LEGACY_PROTOTYPES__
    63 #  undef VBOX_LEGACY_PROTO_TMP_DEF
     63#  undef IPRT_LEGACY_PROTO_TMP_DEF
    6464# endif
    6565#endif /* RT_OS_SOLARIS */
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