2002-10-11 Steven Edwards <Steven_Ed4153@yahoo.com>
* lib/ntdll.def (RtlAcquireResourceExclusive, RtlAcquireResourceShared, RtlDeleteResource, RtlInitializeResource, RtlReleaseResource, RtlTimeToSecondsSince1970) : Added missing exports. * include/olectl.h (PROPPAGEINFO): Change type of field cb to ULONG.
This commit is contained in:
parent
798a4740d7
commit
b04b30b914
|
@ -1,3 +1,10 @@
|
||||||
|
2002-10-11 Steven Edwards <Steven_Ed4153@yahoo.com>
|
||||||
|
|
||||||
|
* lib/ntdll.def (RtlAcquireResourceExclusive,
|
||||||
|
RtlAcquireResourceShared, RtlDeleteResource,
|
||||||
|
RtlInitializeResource, RtlReleaseResource,
|
||||||
|
RtlTimeToSecondsSince1970) : Added missing exports.
|
||||||
|
|
||||||
2002-10-08 Heiko Gerdau <hg@technosis.de>
|
2002-10-08 Heiko Gerdau <hg@technosis.de>
|
||||||
|
|
||||||
* include/oleacc.h: New file.
|
* include/oleacc.h: New file.
|
||||||
|
|
|
@ -50,6 +50,8 @@ NtUnlockVirtualMemory@16
|
||||||
NtWriteFile@36
|
NtWriteFile@36
|
||||||
NtWriteVirtualMemory@20
|
NtWriteVirtualMemory@20
|
||||||
RtlAcquirePebLock@0
|
RtlAcquirePebLock@0
|
||||||
|
RtlAcquireResourceExclusive@8
|
||||||
|
RtlAcquireResourceShared@8
|
||||||
RtlAddAccessAllowedAce@16
|
RtlAddAccessAllowedAce@16
|
||||||
RtlAllocateAndInitializeSid@44
|
RtlAllocateAndInitializeSid@44
|
||||||
RtlAllocateHandle@8
|
RtlAllocateHandle@8
|
||||||
|
@ -81,6 +83,7 @@ RtlCreateProcessParameters@40
|
||||||
RtlCreateSecurityDescriptor@8
|
RtlCreateSecurityDescriptor@8
|
||||||
RtlCreateUnicodeString@8
|
RtlCreateUnicodeString@8
|
||||||
RtlCreateUnicodeStringFromAsciiz@8
|
RtlCreateUnicodeStringFromAsciiz@8
|
||||||
|
RtlDeleteResource@4
|
||||||
RtlDeNormalizeProcessParams@4
|
RtlDeNormalizeProcessParams@4
|
||||||
RtlDestroyEnvironment@4
|
RtlDestroyEnvironment@4
|
||||||
RtlDestroyHandleTable@4
|
RtlDestroyHandleTable@4
|
||||||
|
@ -138,6 +141,7 @@ RtlInitString@8
|
||||||
RtlInitUnicodeString@8
|
RtlInitUnicodeString@8
|
||||||
RtlInitializeBitMap@12
|
RtlInitializeBitMap@12
|
||||||
RtlInitializeHandleTable@12
|
RtlInitializeHandleTable@12
|
||||||
|
RtlInitializeResource@4
|
||||||
RtlInitializeSid@12
|
RtlInitializeSid@12
|
||||||
RtlIntegerToChar@16
|
RtlIntegerToChar@16
|
||||||
RtlIntegerToUnicodeString@12
|
RtlIntegerToUnicodeString@12
|
||||||
|
@ -168,6 +172,7 @@ RtlPrefixUnicodeString@12
|
||||||
RtlQueryEnvironmentVariable_U@12
|
RtlQueryEnvironmentVariable_U@12
|
||||||
RtlReAllocateHeap@16
|
RtlReAllocateHeap@16
|
||||||
RtlReleasePebLock@0
|
RtlReleasePebLock@0
|
||||||
|
RtlReleaseResource@4
|
||||||
RtlResetRtlTranslations@4
|
RtlResetRtlTranslations@4
|
||||||
RtlSetAllBits@4
|
RtlSetAllBits@4
|
||||||
RtlSetBits@12
|
RtlSetBits@12
|
||||||
|
@ -181,6 +186,7 @@ RtlSetSaclSecurityDescriptor@16
|
||||||
RtlSizeHeap@12
|
RtlSizeHeap@12
|
||||||
RtlSubAuthorityCountSid@4
|
RtlSubAuthorityCountSid@4
|
||||||
RtlSubAuthoritySid@8
|
RtlSubAuthoritySid@8
|
||||||
|
RtlTimeToSecondsSince1970@8
|
||||||
RtlUnicodeStringToAnsiSize@4
|
RtlUnicodeStringToAnsiSize@4
|
||||||
RtlUnicodeStringToAnsiString@12
|
RtlUnicodeStringToAnsiString@12
|
||||||
RtlUnicodeStringToCountedOemString@12
|
RtlUnicodeStringToCountedOemString@12
|
||||||
|
|
Loading…
Reference in New Issue