Changeset 35222 in vbox for trunk/src/VBox/Runtime/r3/path.cpp
- Timestamp:
- Dec 17, 2010 1:03:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/path.cpp
r35218 r35222 86 86 #if !defined(RT_OS_WINDOWS) && defined(RTPATH_APP_PRIVATE) 87 87 return RTStrCopy(pszPath, cchPath, RTPATH_APP_PRIVATE); 88 #elif defined(RT_OS_SOLARIS) && 0 /// @todo fix this88 #elif defined(RT_OS_SOLARIS) 89 89 return rtPathSolarisArchHack(pszPath, cchPath); 90 90 #else
Note:
See TracChangeset
for help on using the changeset viewer.