Changeset 104284 in vbox
- Timestamp:
- Apr 11, 2024 12:04:48 AM (8 months ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r103495 r104284 1047 1047 r3/nt/fs-nt.cpp \ 1048 1048 r3/nt/pathint-nt.cpp \ 1049 r3/nt/RTFileDelete-r3-nt.cpp \ 1049 1050 r3/nt/RTFileQueryFsSizes-nt.cpp \ 1050 1051 r3/nt/RTFileSetMode-r3-nt.cpp \ … … 2647 2648 r3/nt/fs-nt.cpp \ 2648 2649 r3/nt/pathint-nt.cpp \ 2650 r3/nt/RTFileDelete-r3-nt.cpp \ 2649 2651 r3/nt/RTFileQueryFsSizes-nt.cpp \ 2650 2652 r3/nt/RTFileSetMode-r3-nt.cpp \ -
trunk/src/VBox/Runtime/r3/win/fileio-win.cpp
r99828 r104284 1486 1486 /* RTFileQueryFsSizes is implemented by ../nt/RTFileQueryFsSizes-nt.cpp */ 1487 1487 1488 1488 #if 0 /* RTFileDelete is implemented by ../nt/RTFileDelete-r3-nt.cpp */ 1489 1489 RTR3DECL(int) RTFileDelete(const char *pszFilename) 1490 1490 { … … 1500 1500 return rc; 1501 1501 } 1502 #endif 1502 1503 1503 1504
Note:
See TracChangeset
for help on using the changeset viewer.