disable pipe closure on retail for now

main
Dominik Madarász 2023-10-13 20:11:37 +02:00
parent 4cf87fe890
commit 9fd068d8ce
3 changed files with 6 additions and 3 deletions

View File

@ -357036,6 +357036,7 @@ const struct in6_addr in6addr_any; // = IN6ADDR_ANY_INIT;
//static const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
#endif
ifdef(retail, AUTORUN { fclose(stderr); fclose(stdout); } )
// @fixme crashes right now
// ifdef(retail, AUTORUN { fclose(stderr); fclose(stdout); } )
#line 0
#endif // V4K_IMPLEMENTATION

View File

@ -126,4 +126,5 @@ const struct in6_addr in6addr_any; // = IN6ADDR_ANY_INIT;
//static const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
#endif
ifdef(retail, AUTORUN { fclose(stderr); fclose(stdout); } )
// @fixme crashes right now
// ifdef(retail, AUTORUN { fclose(stderr); fclose(stdout); } )

View File

@ -26051,5 +26051,6 @@ const struct in6_addr in6addr_any; // = IN6ADDR_ANY_INIT;
//static const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
#endif
ifdef(retail, AUTORUN { fclose(stderr); fclose(stdout); } )
// @fixme crashes right now
// ifdef(retail, AUTORUN { fclose(stderr); fclose(stdout); } )
#line 0