Add a stub to peloader.c

svn path=/trunk/; revision=24481
This commit is contained in:
Aleksey Bragin 2006-10-10 10:42:07 +00:00
parent 3bef467687
commit a8e5dde037

View file

@ -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,