mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +00:00
[REACTOS] Fix 64 bit issues
This commit is contained in:
parent
3d3377a5c0
commit
f5f6ea2965
5 changed files with 16 additions and 8 deletions
|
@ -18,6 +18,12 @@
|
|||
#ifndef _IMAGEHLP_H
|
||||
#define _IMAGEHLP_H
|
||||
|
||||
#ifdef _WIN64
|
||||
#ifndef _IMAGEHLP64
|
||||
#define _IMAGEHLP64
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue