Changeset 5705
- Timestamp:
- 11/12/07 14:58:19 (1 year ago)
- Files:
-
- trunk/src/VBox/Runtime/r3/win/fs-win.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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 }

