VirtualBox

Changeset 95932 in vbox


Ignore:
Timestamp:
Jul 29, 2022 12:11:43 AM (2 years ago)
Author:
vboxsync
Message:

IPRT/nocrt: build fix. bugref:10261

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r95928 r95932  
    28112811        IPRT_NO_ALLOCA_TROUBLE \
    28122812        IPRT_GETOPT_WITHOUT_NETWORK_ADDRESSES \
    2813        IPRT_MINIMAL_STREAM
     2813       IPRT_MINIMAL_STREAM \
     2814       IPRT_NO_FLOAT_FORMATTING
    28142815RuntimeR3NoCrt_SOURCES  := \
    28152816        common/string/straprintf.cpp \
  • trunk/src/VBox/Runtime/common/string/strformat.cpp

    r95931 r95932  
    777777                    case 'A': /* [-]0Xh.hhhhhhP+-dd */
    778778                    {
    779 #if defined(IN_RING3) && !defined(IN_SUP_HARDENED_R3)
     779#if defined(IN_RING3) && !defined(IN_SUP_HARDENED_R3) && !defined(IPRT_NO_FLOAT_FORMATTING)
    780780                        size_t cchNum;
    781781# ifdef RT_COMPILER_WITH_80BIT_LONG_DOUBLE
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