Module: wine Branch: refs/heads/master Commit: 2e7d3c386a55de1f35114c781577b5be00349b13 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=2e7d3c386a55de1f35114c78...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Wed May 10 21:35:07 2006 +0200
dbghelp: SymInitializeW.
- implemented SymInitializeW (and made SymInitialize call it) - implemented Sym{SG}etSearchPathW (and made Sym{SG}etSearchPath call them) - per process search path is now stored as unicode string
---
dlls/dbghelp/dbghelp.c | 117 ++++++++++++++++++++++++++++++++-------- dlls/dbghelp/dbghelp.spec | 7 +- dlls/dbghelp/dbghelp_private.h | 2 - dlls/dbghelp/path.c | 19 ++++++ dlls/dbghelp/pe_module.c | 10 +++ include/dbghelp.h | 3 + 6 files changed, 128 insertions(+), 30 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=2e7d3c386a55de1f3511...