[REACTOS] Fix 64 bit issues

This commit is contained in:
Timo Kreuzer 2019-01-06 23:14:09 +01:00
parent 3d3377a5c0
commit f5f6ea2965
5 changed files with 16 additions and 8 deletions

View file

@ -18,6 +18,12 @@
#ifndef _IMAGEHLP_H
#define _IMAGEHLP_H
#ifdef _WIN64
#ifndef _IMAGEHLP64
#define _IMAGEHLP64
#endif
#endif
#ifdef __cplusplus
extern "C" {
#endif