Changeset 28919 in vbox for trunk/src/VBox/Runtime/r3/darwin
- Timestamp:
- Apr 29, 2010 6:34:08 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60867
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/darwin/pathhost-darwin.cpp
r28915 r28919 67 67 if (RT_SUCCESS(rc)) 68 68 *ppszPath = pszNativePath; 69 else 70 *ppszPath = NULL; 69 71 NOREF(pszBasePath); /* We don't query the FS for codeset preferences. */ 70 72 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.