VirtualBox

Changeset 73910 in vbox for trunk


Ignore:
Timestamp:
Aug 27, 2018 11:24:28 AM (6 years ago)
Author:
vboxsync
Message:

iprt/string.h: Added percent encoded formatters: %RMpf, %RMpp, %RMpq. bugref:9167 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/strformatrt.cpp

    r73909 r73910  
    6161*********************************************************************************************************************************/
    6262static char g_szHexDigits[17] = "0123456789abcdef";
     63#ifdef IN_RING3
    6364static char g_szHexDigitsUpper[17] = "0123456789ABCDEF";
     65#endif
    6466
    6567
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