VirtualBox

Ignore:
Timestamp:
Jan 26, 2023 3:53:22 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155540
Message:

FE/VBoxBugReport: Move away from deprecated RTTar* API and use the VFS implementation instead, allows to skip creation of the temporary archive before compression [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReportWin.cpp

    r98320 r98321  
    5252    BugReportNetworkAdaptersWin() : BugReportStream("NetworkAdapters") {};
    5353    virtual ~BugReportNetworkAdaptersWin() {};
    54     virtual PRTSTREAM getStream(void) { collect(); return BugReportStream::getStream(); };
     54    virtual RTVFSIOSTREAM getStream(void) { collect(); return BugReportStream::getStream(); };
    5555private:
    5656    struct CharacteristicsName
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette