dbghelp: Fix the spec file to better match the SymGetSymFromAddr64() prototype.
This fixes a winapi_check warning.
This commit is contained in:
parent
9f02f9e1fd
commit
e10222ced7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue