yet more Windows startup; also safestartup vestige

This commit is contained in:
nhmall
2026-04-09 15:08:07 -04:00
parent 3b7c0e8a19
commit 4dd47db3ad
5 changed files with 15 additions and 10 deletions

View File

@@ -333,7 +333,7 @@ choose_windows(const char *s)
if (tmps)
free((genericptr_t) tmps) /*, tmps = 0*/ ;
if (windowprocs.win_raw_print == def_raw_print || WINDOWPORT(safestartup))
if (windowprocs.win_raw_print == def_raw_print)
nh_terminate(EXIT_SUCCESS);
}