Francois Gouget : imagehlp & dbghelp: Add the IMAGEAPI and DBHLPAPI macros.
Module: wine Branch: master Commit: 4c11d57f74fe858144e969c3736186c43c62322f URL: http://source.winehq.org/git/wine.git/?a=commit;h=4c11d57f74fe858144e969c373... Author: Francois Gouget <fgouget(a)free.fr> Date: Sat Aug 4 03:15:17 2007 +0200 imagehlp & dbghelp: Add the IMAGEAPI and DBHLPAPI macros. --- 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 */ /***********************************************************************
participants (1)
-
Alexandre Julliard