Changeset 7458 in vbox
- Timestamp:
- Mar 14, 2008 1:19:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp
r7391 r7458 169 169 return VERR_CPU_NOT_FOUND; /* can't distinguish between cpu not present or offline */ 170 170 171 /* KeFlushQueuedDpcs is not present in Windows 2000; import it dynamically so we just fail this call. */171 /* KeFlushQueuedDpcs is not present in Windows 2000; import it dynamically so we can just fail this call. */ 172 172 UNICODE_STRING RoutineName; 173 173 RtlInitUnicodeString(&RoutineName, L"KeFlushQueuedDpcs");
Note:
See TracChangeset
for help on using the changeset viewer.