VirtualBox

Changeset 70428 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jan 2, 2018 3:01:20 PM (7 years ago)
Author:
vboxsync
Message:

IPRT: Changed the NT namespace passthru prefix from '
!\' to '
:iprtnt:\' to make it hard to use by mistake. Enabled it for everyone and all build types.

File:
1 edited

Legend:

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

    r69818 r70428  
    204204#define RTPATH_IS_SEP(a_ch)     ( RTPATH_IS_SLASH(a_ch) || RTPATH_IS_VOLSEP(a_ch) )
    205205
     206#if defined(RT_OS_WINDOWS) || defined(DOXYGEN_RUNNING)
     207/** @def RTPATH_NT_PASSTHRU_PREFIX
     208 * Prefix used to access the NT namespace directly.
     209 * This forms an invalid UNC name. */
     210# define RTPATH_NT_PASSTHRU_PREFIX      "\\\\:iprtnt:\\"
     211#endif
    206212
    207213/**
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