Changeset 83726 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 17, 2020 1:58:50 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/nt/RTNtPathExpand8dot3Path.cpp
r82968 r83726 131 131 RT_ZERO(*puBuf); 132 132 133 IO_STATUS_BLOCK Ios = RTNT_IO_STATUS_BLOCK_INITIALIZER;133 RTNT_IO_STATUS_BLOCK_REINIT(&Ios); 134 134 UNICODE_STRING NtFilterStr; 135 135 NtFilterStr.Buffer = pwszFix;
Note:
See TracChangeset
for help on using the changeset viewer.