Francois Gouget : dbghelp: Better match the PSDK types, especially with regards to constness.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Aug 3 08:04:43 CDT 2007


Module: wine
Branch: master
Commit: 9d2f48dc0f58037774d230d5ee9dc955ec5c2e93
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9d2f48dc0f58037774d230d5ee9dc955ec5c2e93

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Aug  3 00:51:09 2007 +0200

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.

---

 dlls/dbghelp/dbghelp.c     |    4 +-
 dlls/dbghelp/image.c       |    4 +-
 dlls/dbghelp/minidump.c    |    8 +-
 dlls/dbghelp/module.c      |   16 ++--
 dlls/dbghelp/path.c        |   48 +++++++-------
 dlls/dbghelp/stack.c       |    4 +-
 dlls/dbghelp/symbol.c      |    4 +-
 include/dbghelp.h          |  160 ++++++++++++++++++++++++++++++++++++--------
 programs/winedbg/info.c    |    2 +-
 programs/winedbg/types.c   |    2 +-
 programs/winedbg/winedbg.c |    2 +-
 tools/winapi/win32.api     |   31 +++++++--
 12 files changed, 203 insertions(+), 82 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=9d2f48dc0f58037774d230d5ee9dc955ec5c2e93



More information about the wine-cvs mailing list