| * This file has no copyright assigned and is placed in the Public Domain. |
| * This file is part of the mingw-w64 runtime package. |
| * No warranty is given; refer to the file DISCLAIMER.PD within this package. |
| #define IMAGEAPI DECLSPEC_IMPORT WINAPI |
| #define DBHLP_DEPRECIATED __declspec(deprecated) |
| #define DBHLPAPI IMAGEAPI |
| #define IMAGE_SEPARATION (64*1024) |
| typedef struct _LOADED_IMAGE { |
| PIMAGE_NT_HEADERS64 FileHeader; |
| PIMAGE_NT_HEADERS32 FileHeader; |
| PIMAGE_SECTION_HEADER LastRvaSection; |
| PIMAGE_SECTION_HEADER Sections; |
| } LOADED_IMAGE,*PLOADED_IMAGE; |
| #define MAX_SYM_NAME 2000 |
| typedef struct _MODLOAD_DATA { |
| } MODLOAD_DATA,*PMODLOAD_DATA; |