DbgHelp: Implement ImageDirectoryEntryToData

Robert Shearman rob at codeweavers.com
Fri Sep 10 08:04:38 CDT 2004


Do the same as imagehlp does: forward the function to ntdll.

Changelog:
Implement ImageDirectoryEntryToData by forwarding it to the ntdll 
implementation of the function.

-------------- next part --------------
Index: wine/dlls/dbghelp/dbghelp.spec
===================================================================
RCS file: /home/wine/wine/dlls/dbghelp/dbghelp.spec,v
retrieving revision 1.2
diff -u -p -r1.2 dbghelp.spec
--- wine/dlls/dbghelp/dbghelp.spec	14 Jun 2004 17:58:31 -0000	1.2
+++ wine/dlls/dbghelp/dbghelp.spec	9 Sep 2004 10:28:47 -0000
@@ -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


More information about the wine-patches mailing list