Search:
Browse Source
Home
Download
Documentation
Community
Changeset
105631
in vbox for
trunk/src/VBox/Runtime/r3/win
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Aug 9, 2024 12:59:18 AM (
7 months
ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164320
Message:
IPRT/RTPathUnlink: Implemented NT and posix versions w/ simple testcase.
File:
1 edited
trunk/src/VBox/Runtime/r3/win/path-win.cpp
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
Tabular
Unified
trunk/src/VBox/Runtime/r3/win/path-win.cpp
¶
r99758
r105631
604
604
605
605
606
#if 0 /* RTPathUnlink-r3-nt.cpp */
606
607
RTR3DECL(int) RTPathUnlink(const char *pszPath, uint32_t fUnlink)
607
608
{
…
…
609
610
return VERR_NOT_IMPLEMENTED;
610
611
}
612
#endif
611
613
612
614
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive