Andrew Nguyen : imagehlp: Rectify and add a forward.

Alexandre Julliard julliard at winehq.org
Wed Nov 12 07:18:44 CST 2008


Module: wine
Branch: master
Commit: 3999069562025c990af5e889cc9f741bcf019668
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3999069562025c990af5e889cc9f741bcf019668

Author: Andrew Nguyen <arethusa26 at gmail.com>
Date:   Tue Nov 11 21:41:26 2008 -0600

imagehlp: Rectify and add a forward.

---

 dlls/imagehlp/imagehlp.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/imagehlp/imagehlp.spec b/dlls/imagehlp/imagehlp.spec
index dee6a59..061d6a9 100644
--- a/dlls/imagehlp/imagehlp.spec
+++ b/dlls/imagehlp/imagehlp.spec
@@ -13,8 +13,8 @@
 @ stdcall GetImageUnusedHeaderBytes(ptr ptr)
 @ stdcall GetTimestampForLoadedLibrary(long) dbghelp.GetTimestampForLoadedLibrary
 @ stdcall ImageAddCertificate(long ptr ptr)
-@ stdcall ImageDirectoryEntryToData(ptr long long ptr) ntdll.RtlImageDirectoryEntryToData
-@ stub ImageDirectoryEntryToDataEx
+@ stdcall ImageDirectoryEntryToData(ptr long long ptr) dbghelp.ImageDirectoryEntryToData
+@ stdcall ImageDirectoryEntryToDataEx(ptr long long ptr ptr) dbghelp.ImageDirectoryEntryToDataEx
 @ stdcall ImageEnumerateCertificates(long long ptr ptr long)
 @ stdcall ImageGetCertificateData(long long ptr ptr)
 @ stdcall ImageGetCertificateHeader(long long ptr)




More information about the wine-cvs mailing list