VirtualBox

Changeset 40979 in vbox for trunk/include


Ignore:
Timestamp:
Apr 18, 2012 6:14:03 PM (13 years ago)
Author:
vboxsync
Message:

Corrected two really old sins.

Location:
trunk/include/iprt
Files:
2 edited

Legend:

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

    r40966 r40979  
    906906# define RTPathGetCurrent                               RT_MANGLER(RTPathGetCurrent)
    907907# define RTPathGetMode                                  RT_MANGLER(RTPathGetMode)
    908 # define RTPathHaveExt                                  RT_MANGLER(RTPathHaveExt)
    909 # define RTPathHavePath                                 RT_MANGLER(RTPathHavePath)
     908# define RTPathHasExt                                   RT_MANGLER(RTPathHasExt)
     909# define RTPathHasPath                                  RT_MANGLER(RTPathHasPath)
    910910# define RTPathJoin                                     RT_MANGLER(RTPathJoin)
    911911# define RTPathJoinA                                    RT_MANGLER(RTPathJoinA)
  • trunk/include/iprt/path.h

    r40826 r40979  
    332332
    333333/**
    334  * Checks if a path have an extension.
     334 * Checks if a path has an extension.
    335335 *
    336336 * @returns true if extension present.
     
    339339 */
    340340RTDECL(bool) RTPathHaveExt(const char *pszPath);
     341/** Misspelled, don't use.  */
     342#define RTPathHaveExt   RTPathHasExt
    341343
    342344/**
     
    347349 * @param   pszPath     Path to check.
    348350 */
    349 RTDECL(bool) RTPathHavePath(const char *pszPath);
     351RTDECL(bool) RTPathHasPath(const char *pszPath);
     352/** Misspelled, don't use.  */
     353#define RTPathHavePath  RTPathHasPath
    350354
    351355/**
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