VirtualBox

Changeset 82631 in vbox for trunk/src


Ignore:
Timestamp:
Dec 21, 2019 3:27:30 PM (5 years ago)
Author:
vboxsync
Message:

IPRT/utf8-posix.cpp: NetBSD changed iconv constness (to not const)
shortly after 9.99.17

File:
1 edited

Legend:

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

    r80764 r82631  
    8888# else
    8989# error __FreeBSD_version__
     90# endif
     91#endif
     92#ifdef RT_OS_NETBSD
     93/* iconv constness was changed on 2019-10-24, shortly after 9.99.17 */
     94# include <sys/param.h>
     95# if __NetBSD_Prereq__(9,99,18)
     96#  define NON_CONST_ICONV_INPUT
    9097# endif
    9198#endif
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