Changeset 70428 in vbox for trunk/include/iprt
- Timestamp:
- Jan 2, 2018 3:01:20 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/path.h
r69818 r70428 204 204 #define RTPATH_IS_SEP(a_ch) ( RTPATH_IS_SLASH(a_ch) || RTPATH_IS_VOLSEP(a_ch) ) 205 205 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 206 212 207 213 /**
Note:
See TracChangeset
for help on using the changeset viewer.