Disabling swiss knife dumper.

This commit is contained in:
Martin Dvorak 2018-08-26 21:51:27 +02:00
parent 48ce51ca14
commit 4217806d83

View file

@ -26,7 +26,7 @@
// This define is used to compile out code which inserts command to console - thus // This define is used to compile out code which inserts command to console - thus
// define allows to activate and debug shell script workaround that is used on WSL // define allows to activate and debug shell script workaround that is used on WSL
// and Cygwin. // and Cygwin.
#define DEBUG_NO_TIOCSTI //#define DEBUG_NO_TIOCSTI
// strdup() not in ISO C // strdup() not in ISO C
char* hstr_strdup(const char* s) char* hstr_strdup(const char* s)