From: Przemyslaw Skibinski Date: Fri, 4 Nov 2016 10:37:27 +0000 (+0100) Subject: Changed stdinmark and stdoutmark X-Git-Tag: v1.1.2~88^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0815583d9b5c648fa005ac961a688035e768f5a;p=thirdparty%2Fzstd.git Changed stdinmark and stdoutmark --- diff --git a/programs/fileio.h b/programs/fileio.h index 60a7e0de8..a740f35ef 100644 --- a/programs/fileio.h +++ b/programs/fileio.h @@ -18,8 +18,8 @@ extern "C" { /* ************************************* * Special i/o constants **************************************/ -#define stdinmark "stdin" -#define stdoutmark "stdout" +#define stdinmark "/*stdin*\\" +#define stdoutmark "/*stdout*\\" #ifdef _WIN32 # define nulmark "nul" #else