VirtualBox

Changeset 64255 in vbox for trunk/include/iprt/nt


Ignore:
Timestamp:
Oct 13, 2016 3:18:21 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111265
Message:

SUP,VMM,IPRT: SUPDrv and GIP major version bump! Added processor group info to GIP along with a new RDTSCP-based method for getting the current CPU (for the timesup code).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nt/nt.h

    r64237 r64255  
    23902390/*NTSYSAPI ULONG NTAPI RtlNtStatusToDosError(NTSTATUS rcNt);*/
    23912391
     2392/** @def RTL_QUERY_REGISTRY_TYPECHECK
     2393 * WDK 8.1+, backported in updates, ignored in older. */
     2394#if !defined(RTL_QUERY_REGISTRY_TYPECHECK) || defined(DOXYGEN_RUNNING)
     2395# define RTL_QUERY_REGISTRY_TYPECHECK       UINT32_C(0x00000100)
     2396#endif
     2397/** @def RTL_QUERY_REGISTRY_TYPECHECK_SHIFT
     2398 * WDK 8.1+, backported in updates, ignored in older. */
     2399#if !defined(RTL_QUERY_REGISTRY_TYPECHECK_SHIFT) || defined(DOXYGEN_RUNNING)
     2400# define RTL_QUERY_REGISTRY_TYPECHECK_SHIFT 24
     2401#endif
     2402
    23922403
    23932404RT_C_DECLS_END
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