Changeset 104284 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Apr 11, 2024 12:04:48 AM (11 months ago)
- svn:sync-xref-src-repo-rev:
- 162755
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.