Changeset 95841 in vbox
- Timestamp:
- Jul 26, 2022 9:07:46 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152566
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/nt.h
r95111 r95841 1613 1613 #define NtCurrentPeb() RTNtCurrentPeb() 1614 1614 1615 #ifdef IN_RING3 1616 RT_DECL_NTAPI(void) RtlAcquirePebLock(void); 1617 RT_DECL_NTAPI(void) RtlReleasePebLock(void); 1618 #endif 1615 1619 1616 1620 /** @} */ -
trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def
r93115 r95841 114 114 LdrUnlockLoaderLock ;;= _LdrUnlockLoaderLock@8 115 115 116 RtlAcquirePebLock ;;= _RtlAcquirePebLock@0 116 117 RtlAddAccessAllowedAce ;;= _RtlAddAccessAllowedAce@16 117 118 RtlAddAccessDeniedAce ;;= _RtlAddAccessDeniedAce@16 … … 139 140 RtlNtStatusToDosError ;;= _RtlNtStatusToDosError@4 140 141 RtlReAllocateHeap ;;= _RtlReAllocateHeap@16 142 RtlReleasePebLock ;;= _RtlReleasePebLock@0 141 143 RtlRestoreLastWin32Error ;;= _RtlRestoreLastWin32Error@4 142 144 RtlSetDaclSecurityDescriptor ;;= _RtlSetDaclSecurityDescriptor@16
Note:
See TracChangeset
for help on using the changeset viewer.