Alexandre Julliard : imagehlp: Fixed UpdateDebugInfoFile definition.

Alexandre Julliard julliard at winehq.org
Wed Oct 3 06:08:13 CDT 2007


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Oct  2 14:58:10 2007 +0200

imagehlp: Fixed UpdateDebugInfoFile definition.

---

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

diff --git a/dlls/imagehlp/modify.c b/dlls/imagehlp/modify.c
index 8d1710a..02636bd 100644
--- a/dlls/imagehlp/modify.c
+++ b/dlls/imagehlp/modify.c
@@ -327,7 +327,7 @@ BOOL WINAPI SplitSymbols(
  */
 BOOL WINAPI UpdateDebugInfoFile(
   PCSTR ImageFileName, PCSTR SymbolPath,
-  PSTR DebugFilePath, PIMAGE_NT_HEADERS NtHeaders)
+  PSTR DebugFilePath, PIMAGE_NT_HEADERS32 NtHeaders)
 {
   FIXME("(%s, %s, %s, %p): stub\n",
     debugstr_a(ImageFileName), debugstr_a(SymbolPath),




More information about the wine-cvs mailing list