Changeset 66367 in vbox for trunk/src/VBox/Runtime/common/ldr/ldrEx.cpp
- Timestamp:
- Mar 30, 2017 2:07:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrEx.cpp
r64891 r66367 640 640 AssertReturn(cbBuf == sizeof(uint32_t) || cbBuf == sizeof(uint64_t), VERR_INVALID_PARAMETER); 641 641 break; 642 case RTLDRPROP_INTERNAL_NAME: 643 *pcbRet = 0; 644 break; 642 645 643 646 default:
Note:
See TracChangeset
for help on using the changeset viewer.