Changeset 93251 in vbox for trunk/src/VBox/Runtime/nt
- Timestamp:
- Jan 15, 2022 3:20:12 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/nt/NtProcessStartup-stub.cpp
r93115 r93251 39 39 } 40 40 41 42 #ifdef IN_RING0 43 extern "C" long DriverEntry(void *pvDrvObjIgn, void *pvRegPathIgn) 44 { 45 ASMBreakpoint(); 46 RT_NOREF(pvDrvObjIgn, pvRegPathIgn); 47 return UINT32_C(0xc0000022); 48 } 49 #endif 50
Note:
See TracChangeset
for help on using the changeset viewer.