Make sure __stdiowin handling happens before opening libraries

Opening of C library causes creation of C stdin/out/err mapping to
string Process file handles, so replacing those file handles have to
happen before opening of libraries.
This commit is contained in:
deadwood 2023-01-10 14:52:05 +01:00
parent 8960953db5
commit 0f42b8f22b
1 changed files with 1 additions and 1 deletions

View File

@ -98,4 +98,4 @@ static void __startup_stdiowin(struct ExecBase *SysBase)
D(bug("[__startup_stdiowin] Done!\n"));
}
ADD2SET(__startup_stdiowin, PROGRAM_ENTRIES, -20);
ADD2SET(__startup_stdiowin, PROGRAM_ENTRIES, -25);