Skip to content

Commit 0a4aaab

Browse files
authored
Merge pull request git-for-windows#1783 from jamill/gfw_msvc_build_fixes
fixup! mingw: really handle SIGINT
2 parents 9b68f5a + 5a9c830 commit 0a4aaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/mingw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3344,7 +3344,7 @@ static void adjust_symlink_flags(void)
33443344

33453345
}
33463346

3347-
static WINAPI WINBOOL handle_ctrl_c(DWORD ctrl_type)
3347+
static BOOL WINAPI handle_ctrl_c(DWORD ctrl_type)
33483348
{
33493349
if (ctrl_type != CTRL_C_EVENT)
33503350
return FALSE; /* we did not handle this */

0 commit comments

Comments
 (0)