mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-26 17:33:50 +08:00
Disabling swiss knife dumper.
This commit is contained in:
parent
48ce51ca14
commit
4217806d83
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue