VirtualBox

Changeset 40938 in vbox for trunk/include


Ignore:
Timestamp:
Apr 16, 2012 11:58:26 AM (13 years ago)
Author:
vboxsync
Message:

runtime: backed out r77481,r77482,r77483,r77484,r77485

Location:
trunk/include/iprt
Files:
2 edited

Legend:

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

    r40931 r40938  
    33643364        if (RT_UNLIKELY(*pu32 != u32))
    33653365            return (uint32_t *)pu32;
    3366     return (uint32_t *)NULL;
     3366    return NULL;
    33673367}
    33683368
  • trunk/include/iprt/string.h

    r40931 r40938  
    14191419DECLINLINE(char *) RTLatin1PutCp(char *psz, RTUNICP CodePoint)
    14201420{
    1421     AssertReturn(CodePoint < 0x100, (char *)NULL);
     1421    AssertReturn(CodePoint < 0x100, NULL);
    14221422    *psz++ = (unsigned char)CodePoint;
    14231423    return psz;
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