dbghelp: Better match the PSDK types, especially with regards to constness.
commit9d2f48dc0f58037774d230d5ee9dc955ec5c2e93
authorFrancois Gouget <fgouget@free.fr>
Thu, 2 Aug 2007 22:51:09 +0000 (3 00:51 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 3 Aug 2007 10:43:40 +0000 (3 12:43 +0200)
treea25c96a64ed4a9f7c49d44c1876e40c8eb5def3d
parent7a70f9f511d2e402a1b6d8772840e02afa263acd
dbghelp: Better match the PSDK types, especially with regards to constness.

Also add a number of missing prototypes, especially 64bit or Unicode
versions of existing prototypes, and the related structures.  Update
win32.api to fix the winapi_check warnings.
12 files changed:
dlls/dbghelp/dbghelp.c
dlls/dbghelp/image.c
dlls/dbghelp/minidump.c
dlls/dbghelp/module.c
dlls/dbghelp/path.c
dlls/dbghelp/stack.c
dlls/dbghelp/symbol.c
include/dbghelp.h
programs/winedbg/info.c
programs/winedbg/types.c
programs/winedbg/winedbg.c
tools/winapi/win32.api