From e8515382bd19ea44f7d39c24804c1ce8cd5b29e3 Mon Sep 17 00:00:00 2001 From: Mike Ruprecht Date: Fri, 6 Mar 2009 17:04:09 -0600 Subject: [PATCH] dbghelp: Define _IMAGEHLP64 in Win64. --- include/dbghelp.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/dbghelp.h b/include/dbghelp.h index 03898f2f473..6f9e8807f36 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