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

This fixes a winapi_check warning.
This commit is contained in:
Francois Gouget 2007-01-24 15:40:30 +01:00 committed by Alexandre Julliard
parent 9f02f9e1fd
commit e10222ced7
1 changed files with 1 additions and 1 deletions

View File

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