imagehlp & dbghelp: Add the IMAGEAPI and DBHLPAPI macros.

Francois Gouget fgouget at free.fr
Fri Aug 3 20:15:17 CDT 2007


---
 include/dbghelp.h  |    3 +++
 include/imagehlp.h |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/dbghelp.h b/include/dbghelp.h
index 9e7faa5..1528249 100644
--- a/include/dbghelp.h
+++ b/include/dbghelp.h
@@ -25,6 +25,9 @@
 extern "C" {
 #endif /* defined(__cplusplus) */
 
+#define IMAGEAPI WINAPI
+#define DBHLPAPI IMAGEAPI
+
 typedef struct _LOADED_IMAGE
 {
     PSTR                        ModuleName;
diff --git a/include/imagehlp.h b/include/imagehlp.h
index 89883d9..25dec08 100644
--- a/include/imagehlp.h
+++ b/include/imagehlp.h
@@ -27,6 +27,9 @@
 extern "C" {
 #endif /* defined(__cplusplus) */
 
+#define IMAGEAPI WINAPI
+#define DBHLPAPI IMAGEAPI
+
 #define API_VERSION_NUMBER 7 		/* 7 is the default */
 
 /***********************************************************************
-- 
1.4.4.4




More information about the wine-patches mailing list