mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
already defined.
This commit is contained in:
@@ -85,6 +85,12 @@ enum
|
||||
#endif
|
||||
#include <psapi.h>
|
||||
|
||||
#ifndef CONTEXT_EXTENDED_REGISTERS
|
||||
/* This macro is only defined on ia32. It only makes sense on this target,
|
||||
so define it as zero if not already defined. */
|
||||
#define CONTEXT_EXTENDED_REGISTERS 0
|
||||
#endif
|
||||
|
||||
#define CONTEXT_DEBUGGER_DR CONTEXT_DEBUGGER | CONTEXT_DEBUG_REGISTERS \
|
||||
| CONTEXT_EXTENDED_REGISTERS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user