PATCH - ntdll.def (part2)
Steven Edwards <Steven_Ed4153-/[email protected]>
| Newsgroups | gmane.comp.gnu.mingw.patches |
|---|---|
| Organization | ReactOS Project |
| Message-ID | <[email protected]> |
This time with the patch =) ok last ntdll.def patch for a while, these are the last of the exports I missed I think. Changelog: 2002-10-09 Steven Edwards <Steven_Ed4153-/[email protected]> * lib/ntdll.def (RtlAcquireResourceExclusive, RtlAcquireResourceShared RtlDeleteResource, RtlInitializeResource, RtlReleaseResource, RtlTimeToSecondsSince1970) : Added missing exports.
ntdll.diff
(text/plain, 1.3 KB)
Index: ntdll.def =================================================================== RCS file: /cvs/src/src/winsup/w32api/lib/ntdll.def,v retrieving revision 1.4 diff -u -r1.4 ntdll.def --- ntdll.def 4 Oct 2002 04:39:26 -0000 1.4 +++ ntdll.def 9 Oct 2002 19:14:51 -0000 @@ -50,6 +50,8 @@ NtWriteFile@36 NtWriteVirtualMemory@20 RtlAcquirePebLock@0 +RtlAcquireResourceExclusive@8 +RtlAcquireResourceShared@8 RtlAddAccessAllowedAce@16 RtlAllocateAndInitializeSid@44 RtlAllocateHandle@8 @@ -81,6 +83,7 @@ RtlCreateSecurityDescriptor@8 RtlCreateUnicodeString@8 RtlCreateUnicodeStringFromAsciiz@8 +RtlDeleteResource@4 RtlDeNormalizeProcessParams@4 RtlDestroyEnvironment@4 RtlDestroyHandleTable@4 @@ -138,6 +141,7 @@ RtlInitUnicodeString@8 RtlInitializeBitMap@12 RtlInitializeHandleTable@12 +RtlInitializeResource@4 RtlInitializeSid@12 RtlIntegerToChar@16 RtlIntegerToUnicodeString@12 @@ -168,6 +172,7 @@ RtlQueryEnvironmentVariable_U@12 RtlReAllocateHeap@16 RtlReleasePebLock@0 +RtlReleaseResource@4 RtlResetRtlTranslations@4 RtlSetAllBits@4 RtlSetBits@12 @@ -181,6 +186,7 @@ RtlSizeHeap@12 RtlSubAuthorityCountSid@4 RtlSubAuthoritySid@8 +RtlTimeToSecondsSince1970@8 RtlUnicodeStringToAnsiSize@4 RtlUnicodeStringToAnsiString@12 RtlUnicodeStringToCountedOemString@12