9 Mar
2009
9 Mar
'09
2:40 p.m.
Module: wine Branch: master Commit: e8515382bd19ea44f7d39c24804c1ce8cd5b29e3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e8515382bd19ea44f7d39c2480... Author: Mike Ruprecht <cmaiku(a)gmail.com> Date: Fri Mar 6 17:04:09 2009 -0600 dbghelp: Define _IMAGEHLP64 in Win64. --- include/dbghelp.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/dbghelp.h b/include/dbghelp.h index 03898f2..6f9e880 100644 --- a/include/dbghelp.h +++ b/include/dbghelp.h @@ -25,6 +25,12 @@ extern "C" { #endif /* defined(__cplusplus) */ +#ifdef _WIN64 +#ifndef _IMAGEHLP64 +#define _IMAGEHLP64 +#endif +#endif + #define IMAGEAPI WINAPI #define DBHLPAPI IMAGEAPI