Commit e8515382 authored by Mike Ruprecht's avatar Mike Ruprecht Committed by Alexandre Julliard

dbghelp: Define _IMAGEHLP64 in Win64.

parent 7a0a5c74
......@@ -25,6 +25,12 @@
extern "C" {
#endif /* defined(__cplusplus) */
#ifdef _WIN64
#ifndef _IMAGEHLP64
#define _IMAGEHLP64
#endif
#endif
#define IMAGEAPI WINAPI
#define DBHLPAPI IMAGEAPI
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment