Changeset 2997 in kBuild for trunk/src/lib/nt/nthlpfs.c
- Timestamp:
- Nov 1, 2016 11:28:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/nt/nthlpfs.c
r2985 r2997 175 175 176 176 /** 177 * Converts UNIX slashes to DOS ones and trims trailing ones.177 * Converts UNIX slashes to DOS ones. 178 178 * 179 179 * @returns 0 … … 194 194 } 195 195 196 #if 0 196 197 /* Strip trailing slashes (NT doesn't like them). */ 197 198 while ( pNtPath->Length >= sizeof(wchar_t) … … 210 211 pNtPath->Buffer[1] = '\0'; 211 212 } 213 #endif 212 214 213 215 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.