mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-18 19:18:29 -04:00
Bump version number to 2.3.2 & fix Win build
This commit is contained in:
parent
9d7e7c1ca8
commit
3b7e63a773
5 changed files with 37 additions and 2 deletions
|
@ -39,6 +39,7 @@
|
|||
NativeMessagingBase::NativeMessagingBase(const bool enabled)
|
||||
{
|
||||
#ifdef Q_OS_WIN
|
||||
Q_UNUSED(enabled);
|
||||
_setmode(_fileno(stdin), _O_BINARY);
|
||||
_setmode(_fileno(stdout), _O_BINARY);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue