Changeset 7403 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Mar 10, 2008 1:54:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/path-win.cpp
r7401 r7403 476 476 */ 477 477 #ifndef RT_DONT_CONVERT_FILENAMES 478 PRT 16UTFpwszPath;478 PRTUTF16 pwszPath; 479 479 int rc = RTStrUtf8ToUcs2(&pwszPath, pszPath); 480 480 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.