This commit is contained in:
Ximi1970
2020-02-09 22:30:36 +01:00
parent 91e88af792
commit fcb63a28f5

View File

@@ -44,7 +44,7 @@ SysTrayXLinkReader::SysTrayXLinkReader()
/*
* Set stdin to binary
*/
#ifdef Q_OS_WIN32
#ifdef Q_OS_WIN
_setmode( _fileno( stdin ), _O_BINARY);
#endif