mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 13:23:25 +00:00
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…
x
Reference in New Issue
Block a user