dbghelp: SymInitializeW.
authorEric Pouech <eric.pouech@wanadoo.fr>
Wed, 10 May 2006 19:35:07 +0000 (21:35 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 11 May 2006 10:14:06 +0000 (12:14 +0200)
commit2e7d3c386a55de1f35114c781577b5be00349b13
treec3fbb56bb621ef70ca8dd0e71e490ec0a4964052
parent572e18ef39f23b81a2b01c6edd4f745994874f89
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
dlls/dbghelp/dbghelp.spec
dlls/dbghelp/dbghelp_private.h
dlls/dbghelp/path.c
dlls/dbghelp/pe_module.c
include/dbghelp.h