Commit 4c11d57f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

imagehlp & dbghelp: Add the IMAGEAPI and DBHLPAPI macros.

parent f74d2a8f
......@@ -25,6 +25,9 @@
extern "C" {
#endif /* defined(__cplusplus) */
#define IMAGEAPI WINAPI
#define DBHLPAPI IMAGEAPI
typedef struct _LOADED_IMAGE
{
PSTR ModuleName;
......
......@@ -27,6 +27,9 @@
extern "C" {
#endif /* defined(__cplusplus) */
#define IMAGEAPI WINAPI
#define DBHLPAPI IMAGEAPI
#define API_VERSION_NUMBER 7 /* 7 is the default */
/***********************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment