Changeset 80585 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Sep 4, 2019 2:05:50 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133105
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/fileio-win.cpp
r79155 r80585 798 798 799 799 800 RTR3DECL(int) RTFile GetSize(RTFILE hFile, uint64_t *pcbSize)800 RTR3DECL(int) RTFileQuerySize(RTFILE hFile, uint64_t *pcbSize) 801 801 { 802 802 /* … … 849 849 850 850 851 RTR3DECL(int) RTFile GetMaxSizeEx(RTFILE hFile, PRTFOFF pcbMax)851 RTR3DECL(int) RTFileQueryMaxSizeEx(RTFILE hFile, PRTFOFF pcbMax) 852 852 { 853 853 /** @todo r=bird:
Note:
See TracChangeset
for help on using the changeset viewer.