aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/windows-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/nat/windows-nat.c')
-rw-r--r--gdb/nat/windows-nat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/nat/windows-nat.c b/gdb/nat/windows-nat.c
index fa1ae95..1bc3fca 100644
--- a/gdb/nat/windows-nat.c
+++ b/gdb/nat/windows-nat.c
@@ -66,7 +66,7 @@ Wow64GetThreadContext_ftype *Wow64GetThreadContext;
Wow64SetThreadContext_ftype *Wow64SetThreadContext;
Wow64GetThreadSelectorEntry_ftype *Wow64GetThreadSelectorEntry;
#endif
-
+GenerateConsoleCtrlEvent_ftype *GenerateConsoleCtrlEvent;
/* Note that 'debug_events' must be locally defined in the relevant
functions. */
@@ -469,6 +469,7 @@ initialize_loadable ()
GPA (hm, Wow64SetThreadContext);
GPA (hm, Wow64GetThreadSelectorEntry);
#endif
+ GPA (hm, GenerateConsoleCtrlEvent);
}
/* Set variables to dummy versions of these processes if the function