mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[NTDLL]: Export LdrOpenImageFileOptionsKey and LdrQueryIamgeFileKeyOption. These were implemented, we just never exported them.
svn path=/trunk/; revision=59583
This commit is contained in:
parent
7a9898fc00
commit
e4bfef2772
1 changed files with 2 additions and 1 deletions
|
@ -91,9 +91,10 @@
|
|||
@ stdcall LdrLoadAlternateResourceModule(ptr ptr)
|
||||
@ stdcall LdrLoadDll(wstr long ptr ptr)
|
||||
@ stdcall LdrLockLoaderLock(long ptr ptr)
|
||||
;@ stdcall LdrOpenImageFileOptionsKey ; 5.2 SP1 and higher
|
||||
@ stdcall LdrOpenImageFileOptionsKey(ptr long ptr) ; 5.2 SP1 and higher
|
||||
@ stdcall LdrProcessRelocationBlock(ptr long ptr long)
|
||||
@ stdcall LdrQueryImageFileExecutionOptions(ptr str long ptr long ptr)
|
||||
@ stdcall LdrQueryImageFileKeyOption(ptr ptr long ptr long ptr)
|
||||
@ stdcall LdrQueryProcessModuleInformation(ptr long ptr)
|
||||
;@ stdcall LdrSetAppCompatDllRedirectionCallback
|
||||
;@ stdcall LdrSetDllManifestProber
|
||||
|
|
Loading…
Reference in a new issue