Changeset 28919 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 29, 2010 6:34:08 PM (15 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/pathhost-generic.cpp
r28916 r28919 57 57 if (RT_SUCCESS(rc)) 58 58 *ppszPath = pszNativePath; 59 else 60 *ppszPath = NULL; 59 61 NOREF(pszBasePath); /* We don't query the FS for codeset preferences. */ 60 62 return rc; -
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; -
trunk/src/VBox/Runtime/r3/posix/utf8-posix.cpp
r28904 r28919 5 5 6 6 /* 7 * Copyright (C) 2006-20 07Oracle Corporation7 * Copyright (C) 2006-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.