Changeset 5705 in vbox
- Timestamp:
- Nov 12, 2007 1:58:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/fs-win.cpp
r5702 r5705 333 333 pszFsPath, Err, rc)); 334 334 } 335 336 #ifndef RT_DONT_CONVERT_FILENAMES 337 RTStrUcs2Free(puszFsRoot); 338 #else 339 RTStrUcs2Free(pszFsRoot); 340 #endif 335 341 return rc; 336 342 } … … 395 401 RTStrUcs2Free(pszFsRoot); 396 402 #endif 397 398 403 return rc; 399 404 }
Note:
See TracChangeset
for help on using the changeset viewer.