Francois Gouget : dbghelp: Fix the spec file to better match the SymGetSymFromAddr64() prototype.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jan 25 06:12:11 CST 2007


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Jan 24 15:40:30 2007 +0100

dbghelp: Fix the spec file to better match the SymGetSymFromAddr64() prototype.

This fixes a winapi_check warning.

---

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

diff --git a/dlls/dbghelp/dbghelp.spec b/dlls/dbghelp/dbghelp.spec
index 7ceefb7..21ce93d 100644
--- a/dlls/dbghelp/dbghelp.spec
+++ b/dlls/dbghelp/dbghelp.spec
@@ -99,7 +99,7 @@
 @ stub SymGetSourceVarFromToken
 @ stub SymGetSourceVarFromTokenW
 @ stdcall SymGetSymFromAddr(long long ptr ptr)
-@ stdcall SymGetSymFromAddr64(long long long ptr ptr)
+@ stdcall SymGetSymFromAddr64(long double ptr ptr)
 @ stdcall SymGetSymFromName(long str ptr)
 @ stub SymGetSymFromName64
 @ stdcall SymGetSymNext(long ptr)




More information about the wine-cvs mailing list