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

Francois Gouget fgouget at free.fr
Wed Jan 24 08:40:30 CST 2007


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)
-- 
1.4.4.3




More information about the wine-patches mailing list