mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Windows, mtr : Fix "Subroutine HAVE_WIN32_CONSOLE redefined at (eval 25) line 1."
This commit is contained in:
@ -381,7 +381,7 @@ my $set_titlebar;
|
|||||||
};
|
};
|
||||||
eval 'sub HAVE_WIN32_CONSOLE { $have_win32_console }';
|
eval 'sub HAVE_WIN32_CONSOLE { $have_win32_console }';
|
||||||
} else {
|
} else {
|
||||||
sub HAVE_WIN32_CONSOLE { 0 };
|
eval 'sub HAVE_WIN32_CONSOLE { 0 }';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user