Changeset 69674 in vbox for trunk/src/VBox/ValidationKit/utils/usb
- Timestamp:
- Nov 13, 2017 3:29:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform-linux.cpp
r69227 r69674 126 126 127 127 PRTDIR pDir = NULL; 128 rc = RTDirOpenFiltered(&pDir, aszPath, RTDIRFILTER_WINNT, 0 );128 rc = RTDirOpenFiltered(&pDir, aszPath, RTDIRFILTER_WINNT, 0 /*fFlags*/); 129 129 if (RT_SUCCESS(rc)) 130 130 { … … 206 206 /* Enumerate the available HCD and their bus numbers. */ 207 207 PRTDIR pDir = NULL; 208 int rc = RTDirOpenFiltered(&pDir, aszPath, RTDIRFILTER_WINNT, 0 );208 int rc = RTDirOpenFiltered(&pDir, aszPath, RTDIRFILTER_WINNT, 0 /*fFlags*/); 209 209 if (RT_SUCCESS(rc)) 210 210 {
Note:
See TracChangeset
for help on using the changeset viewer.