VirtualBox

Ignore:
Timestamp:
Dec 26, 2017 2:42:28 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119941
Message:

IPRT: More NT 3.1 compatibility tweaking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp

    r70336 r70341  
    9393/** KeSetTargetProcessorDpc - Introducted in NT 3.51. */
    9494decltype(KeSetTargetProcessorDpc)      *g_pfnrtKeSetTargetProcessorDpc;
     95/** KeInitializeTimerEx - Introduced in NT 4. */
     96decltype(KeInitializeTimerEx)          *g_pfnrtKeInitializeTimerEx;
    9597/** Pointer to the MmProtectMdlSystemAddress kernel function if it's available.
    9698 * This API was introduced in XP. */
     
    303305    GET_SYSTEM_ROUTINE(KeSetImportanceDpc);
    304306    GET_SYSTEM_ROUTINE(KeSetTargetProcessorDpc);
     307    GET_SYSTEM_ROUTINE(KeInitializeTimerEx);
    305308    GET_SYSTEM_ROUTINE(MmProtectMdlSystemAddress);
    306309    GET_SYSTEM_ROUTINE(MmAllocatePagesForMdl);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette