From 6f17eee7a975c4ceee511185642d66b0a69ce2e1 Mon Sep 17 00:00:00 2001 From: Robert Shearman Date: Fri, 10 Sep 2004 19:34:29 +0000 Subject: [PATCH] Implement ImageDirectoryEntryToData by forwarding it to the ntdll implementation of the function. --- dlls/dbghelp/dbghelp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/dbghelp/dbghelp.spec b/dlls/dbghelp/dbghelp.spec index d954230d7da..e0622571423 100644 --- a/dlls/dbghelp/dbghelp.spec +++ b/dlls/dbghelp/dbghelp.spec @@ -11,7 +11,7 @@ @ stub FindFileInPath @ stub FindFileInSearchPath @ stdcall GetTimestampForLoadedLibrary(long) -@ stub ImageDirectoryEntryToData +@ stdcall ImageDirectoryEntryToData(ptr long long ptr) ntdll.RtlImageDirectoryEntryToData @ stub ImageDirectoryEntryToDataEx @ stdcall ImageNtHeader(ptr) ntdll.RtlImageNtHeader @ stdcall ImageRvaToSection(ptr ptr long) ntdll.RtlImageRvaToSection -- 2.11.4.GIT