From 4c11d57f74fe858144e969c3736186c43c62322f Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 4 Aug 2007 03:15:17 +0200 Subject: [PATCH] imagehlp & dbghelp: Add the IMAGEAPI and DBHLPAPI macros. --- include/dbghelp.h | 3 +++ include/imagehlp.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/include/dbghelp.h b/include/dbghelp.h index 9e7faa5aadc..15282496a4f 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 89883d9f752..25dec080eef 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 */ /***********************************************************************