Changeset 78566 in vbox for trunk/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp
- Timestamp:
- May 17, 2019 12:24:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp
r76553 r78566 84 84 * There is no KUSER_SHARED_DATA structure on NT 3.1, so we have no choice 85 85 * but to use the tick count. We must also avoid the KeQueryTickCount macro 86 * in the WDK, since NT 3.1 does have the KeTickCount data export either (see above).86 * in the WDK, since NT 3.1 doesn't have the KeTickCount data export either (see above). 87 87 */ 88 88 static ULONG volatile s_uTimeIncrement = 0;
Note:
See TracChangeset
for help on using the changeset viewer.