Changeset 26476 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Feb 13, 2010 2:06:41 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57643
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/path-win.cpp
r23375 r26476 455 455 * not a directory (we are NOT checking whether it's a file). 456 456 */ 457 intrtPathWin32MoveRename(const char *pszSrc, const char *pszDst, uint32_t fFlags, RTFMODE fFileType)457 DECLHIDDEN(int) rtPathWin32MoveRename(const char *pszSrc, const char *pszDst, uint32_t fFlags, RTFMODE fFileType) 458 458 { 459 459 /*
Note:
See TracChangeset
for help on using the changeset viewer.