Bump version number to 2.3.2 & fix Win build

This commit is contained in:
Jonathan White 2018-05-07 22:04:53 -04:00
parent 9d7e7c1ca8
commit 3b7e63a773
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
5 changed files with 37 additions and 2 deletions

View file

@ -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