diff options
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r-- | gdb/windows-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 901db27..e0377c5 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -1334,7 +1334,7 @@ static BOOL WINAPI (*DebugSetProcessKillOnExit)(BOOL); static BOOL WINAPI (*DebugActiveProcessStop)(DWORD); static int -has_detach_ability () +has_detach_ability (void) { static HMODULE kernel32 = NULL; |