Wojciech Migda : imagehlp: fixed typo in SymSetOptions entry.
Module: wine Branch: refs/heads/master Commit: c8c52d79790f79f6cce6160c935e13e9c0560d19 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=c8c52d79790f79f6cce6160c... Author: Wojciech Migda <migda(a)chemia.uj.edu.pl> Date: Mon Dec 5 20:38:45 2005 +0100 imagehlp: fixed typo in SymSetOptions entry. --- dlls/imagehlp/imagehlp.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/imagehlp/imagehlp.spec b/dlls/imagehlp/imagehlp.spec index fce953b..ac5a2ae 100644 --- a/dlls/imagehlp/imagehlp.spec +++ b/dlls/imagehlp/imagehlp.spec @@ -95,7 +95,7 @@ @ stub SymRegisterFunctionEntryCallback64 @ stub SymRegisterFunctionEntryCallback @ stdcall SymSetContext(long ptr ptr) dbghelp.SymSetContext -@ stdcall SymSetOptions(long) dbghelp.SymGetOptions +@ stdcall SymSetOptions(long) dbghelp.SymSetOptions @ stdcall SymSetSearchPath(long str) dbghelp.SymSetSearchPath @ stub SymUnDName64 @ stdcall SymUnDName(ptr str long) dbghelp.SymUnDName
participants (1)
-
Alexandre Julliard