Changeset 28880 in vbox for trunk/src/VBox/Runtime/r3/darwin
- Timestamp:
- Apr 28, 2010 8:36:16 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60815
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/darwin/pathhost-darwin.cpp
r28877 r28880 34 34 *******************************************************************************/ 35 35 #define LOG_GROUP RTLOGGROUP_PATH 36 #include <iprt/assert.h> 36 37 #include <iprt/string.h> 37 38 #include "internal/iprt.h" … … 64 65 65 66 66 int rtPathFromNative(char **p szPath, const char *pszNativePath)67 int rtPathFromNative(char **ppszPath, const char *pszNativePath) 67 68 { 68 69 /** @todo We must compose the codepoints in the string here. We get file names … … 73 74 74 75 75 int rtPathFromNativeEx(char **p szPath, const char *pszNativePath, const char *pszBasePath)76 int rtPathFromNativeEx(char **ppszPath, const char *pszNativePath, const char *pszBasePath) 76 77 { 77 78 NOREF(pszBasePath);
Note:
See TracChangeset
for help on using the changeset viewer.