Skip to content

Commit

Permalink
FIX: Crash on boot on Windows7 (regression since 3.4.0)
Browse files Browse the repository at this point in the history
Resolves: #25
(cherry picked from commit 452893f)
  • Loading branch information
Oldes authored and Oldes committed Mar 6, 2021
1 parent 4011ab1 commit ea3aab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/win32/dev-stdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ static void Close_StdIO_Local(void)
else
SET_FLAG(dev->flags, SF_DEV_NULL);

SetConsoleOutputCP(65001);
//SetConsoleOutputCP(65001); // Don't use, cause of crash on Win7! https://github.com/Oldes/Rebol3/issues/25

SET_FLAG(req->flags, RRF_OPEN);
SET_FLAG(dev->flags, RDF_OPEN);
Expand Down

0 comments on commit ea3aab8

Please sign in to comment.