You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1362,6 +1377,16 @@ int main(int argc, char **argv)
1362
1377
a_guid=NULL;
1363
1378
hwids=NULL;
1364
1379
1380
+
#ifdefIS_WINDOWS
1381
+
#ifdefHAVE_SETMODE
1382
+
if (_setmode(_fileno(stdout), _O_BINARY) ==-1)
1383
+
fatal("cannot set binary mode for stdout\noutput canceled due to translation(known \"corruption\" in text mode)\nhttps://stackoverflow.com/a/5537079");
0 commit comments