VirtualBox

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


Ignore:
Timestamp:
Jul 26, 2022 9:07:46 PM (2 years ago)
Author:
vboxsync
Message:

iprt/nt/nt.h,ntdll-mini-implib.def: Prototypes and imports for RtlAcquirePebLock & RtlReleasePebLock. bugref:10261

File:
1 edited

Legend:

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

    r95111 r95841  
    16131613#define NtCurrentPeb()           RTNtCurrentPeb()
    16141614
     1615#ifdef IN_RING3
     1616RT_DECL_NTAPI(void) RtlAcquirePebLock(void);
     1617RT_DECL_NTAPI(void) RtlReleasePebLock(void);
     1618#endif
    16151619
    16161620/** @} */
Note: See TracChangeset for help on using the changeset viewer.

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