[1/5] dbghelp: Define _IMAGEHLP64 in Win64. (resubmit)

Mike Ruprecht cmaiku at gmail.com
Fri Mar 6 17:04:09 CST 2009


---
 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
 
-- 
1.6.0.4




More information about the wine-patches mailing list