imagehlp & dbghelp: Add the IMAGEAPI and DBHLPAPI macros.

This commit is contained in:
Francois Gouget 2007-08-04 03:15:17 +02:00 committed by Alexandre Julliard
parent f74d2a8fbf
commit 4c11d57f74
2 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,9 @@
extern "C" {
#endif /* defined(__cplusplus) */
#define IMAGEAPI WINAPI
#define DBHLPAPI IMAGEAPI
typedef struct _LOADED_IMAGE
{
PSTR ModuleName;

View File

@ -27,6 +27,9 @@
extern "C" {
#endif /* defined(__cplusplus) */
#define IMAGEAPI WINAPI
#define DBHLPAPI IMAGEAPI
#define API_VERSION_NUMBER 7 /* 7 is the default */
/***********************************************************************