Changeset 14054 in vbox for trunk/src/VBox/Runtime/r3/win/path-win.cpp
- Timestamp:
- Nov 10, 2008 10:50:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/path-win.cpp
r14050 r14054 56 56 * @param cchRealPath Size of the buffer. 57 57 */ 58 RTDECL(int) RTPathReal(const char *pszPath, char *pszRealPath, unsignedcchRealPath)58 RTDECL(int) RTPathReal(const char *pszPath, char *pszRealPath, size_t cchRealPath) 59 59 { 60 60 /* … … 97 97 * @param cchAbsPath Size of the buffer. 98 98 */ 99 RTDECL(int) RTPathAbs(const char *pszPath, char *pszAbsPath, unsignedcchAbsPath)99 RTDECL(int) RTPathAbs(const char *pszPath, char *pszAbsPath, size_t cchAbsPath) 100 100 { 101 101 /*
Note:
See TracChangeset
for help on using the changeset viewer.