imagehlp & dbghelp: Add the IMAGEAPI and DBHLPAPI macros.
This commit is contained in:
parent
f74d2a8fbf
commit
4c11d57f74
|
@ -25,6 +25,9 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif /* defined(__cplusplus) */
|
#endif /* defined(__cplusplus) */
|
||||||
|
|
||||||
|
#define IMAGEAPI WINAPI
|
||||||
|
#define DBHLPAPI IMAGEAPI
|
||||||
|
|
||||||
typedef struct _LOADED_IMAGE
|
typedef struct _LOADED_IMAGE
|
||||||
{
|
{
|
||||||
PSTR ModuleName;
|
PSTR ModuleName;
|
||||||
|
|
|
@ -27,6 +27,9 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif /* defined(__cplusplus) */
|
#endif /* defined(__cplusplus) */
|
||||||
|
|
||||||
|
#define IMAGEAPI WINAPI
|
||||||
|
#define DBHLPAPI IMAGEAPI
|
||||||
|
|
||||||
#define API_VERSION_NUMBER 7 /* 7 is the default */
|
#define API_VERSION_NUMBER 7 /* 7 is the default */
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
|
|
Loading…
Reference in New Issue