commit | 4c11d57f74fe858144e969c3736186c43c62322f | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Sat Aug 04 03:15:17 2007 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Aug 06 12:30:00 2007 +0200 |
tree | 259ef57a38c88b5686612cf08838f72e88b159fa | |
parent | f74d2a8fbf7807ebaeaf753d5f18d43c684269db [diff] [blame] |
imagehlp & dbghelp: Add the IMAGEAPI and DBHLPAPI macros.
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 */ /***********************************************************************