Changeset 33439 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Oct 25, 2010 7:35:58 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67029
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/path-win.cpp
r33437 r33439 327 327 328 328 return VINF_SUCCESS; 329 }330 331 332 RTR3DECL(int) RTReadLink(const char *pszPath, char *pszDestLink, size_t cchDestLink)333 {334 return VERR_NOT_IMPLEMENTED;335 329 } 336 330 … … 534 528 535 529 536 RTR3DECL(int) RTSymlink(const char *pszNewPath, const char *pszOldPath)537 {538 return VERR_NOT_IMPLEMENTED;539 }540 541 542 530 RTDECL(bool) RTPathExists(const char *pszPath) 543 531 {
Note:
See TracChangeset
for help on using the changeset viewer.