VirtualBox

Changeset 21628 in vbox


Ignore:
Timestamp:
Jul 15, 2009 8:57:52 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50153
Message:

iprt: this definition is causing too much trouble

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/string.h

    r20739 r21628  
    184184/** Check that the string is zero terminated within the given size.
    185185 * VERR_BUFFER_OVERFLOW will be returned if the check fails. */
    186 #define RTSTR_VALIDATE_ENCODING_ZERO_TERMINATED     RT_BIT_32(0)
     186#define RTSTR_VALIDATE_ENCODING_ZERO_TERMINATED     ((uint32_t) 1)
    187187/** @} */
    188188
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette