mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:13:01 +00:00
Add a stub to peloader.c
svn path=/trunk/; revision=24481
This commit is contained in:
parent
3bef467687
commit
a8e5dde037
1 changed files with 9 additions and 0 deletions
|
@ -21,6 +21,15 @@
|
||||||
|
|
||||||
/* FUNCTIONS **************************************************************/
|
/* FUNCTIONS **************************************************************/
|
||||||
|
|
||||||
|
BOOLEAN
|
||||||
|
WinLdrCheckForLoadedDll(IN OUT PLOADER_PARAMETER_BLOCK WinLdrBlock,
|
||||||
|
IN PCH DllName,
|
||||||
|
OUT PLDR_DATA_TABLE_ENTRY *LoadedEntry)
|
||||||
|
{
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
WinLdrScanImportDescriptorTable(IN OUT PLOADER_PARAMETER_BLOCK WinLdrBlock,
|
WinLdrScanImportDescriptorTable(IN OUT PLOADER_PARAMETER_BLOCK WinLdrBlock,
|
||||||
IN PCCH DirectoryPath,
|
IN PCCH DirectoryPath,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue