dbghelp: Define _IMAGEHLP64 in Win64.
This commit is contained in:
parent
7a0a5c746f
commit
e8515382bd
|
@ -25,6 +25,12 @@
|
|||
extern "C" {
|
||||
#endif /* defined(__cplusplus) */
|
||||
|
||||
#ifdef _WIN64
|
||||
#ifndef _IMAGEHLP64
|
||||
#define _IMAGEHLP64
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define IMAGEAPI WINAPI
|
||||
#define DBHLPAPI IMAGEAPI
|
||||
|
||||
|
|
Loading…
Reference in New Issue