Changeset 64640 in vbox for trunk/src/VBox/Runtime/r3/nt
- Timestamp:
- Nov 10, 2016 3:27:09 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111873
- Location:
- trunk/src/VBox/Runtime/r3/nt
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/nt/pathint-nt.cpp
r62584 r64640 172 172 static int rtNtPathToNative(struct _UNICODE_STRING *pNtName, PHANDLE phRootDir, const char *pszPath) 173 173 { 174 /** @todo This code sucks a bit performance wise, esp. calling 175 * generic RTPathAbs. Too many buffers involved, I think. */ 176 174 177 /* 175 178 * Very simple conversion of a win32-like path into an NT path.
Note:
See TracChangeset
for help on using the changeset viewer.