Changeset 70513 in vbox for trunk/src/VBox
- Timestamp:
- Jan 10, 2018 11:52:06 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120137
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTLdrCheckImports.cpp
r70512 r70513 599 599 600 600 RTCHECKIMPORTSOPTS Opts; 601 Opts.cPaths = 0; 602 Opts.papszPaths = NULL; 603 Opts.enmLdrArch = RTLDRARCH_WHATEVER; 604 Opts.cVerbosity = 1; 601 Opts.cPaths = 0; 602 Opts.papszPaths = NULL; 603 Opts.enmLdrArch = RTLDRARCH_WHATEVER; 604 Opts.cVerbosity = 1; 605 Opts.fListOrdinals = false; 605 606 606 607 static const RTGETOPTDEF s_aOptions[] =
Note:
See TracChangeset
for help on using the changeset viewer.