]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Changed stdinmark and stdoutmark
authorPrzemyslaw Skibinski <inikep@gmail.com>
Fri, 4 Nov 2016 10:37:27 +0000 (11:37 +0100)
committerPrzemyslaw Skibinski <inikep@gmail.com>
Fri, 4 Nov 2016 10:37:27 +0000 (11:37 +0100)
programs/fileio.h

index 60a7e0de8dd440839839b7df8c197a7adca4a62b..a740f35efde5a4dfab82ce6f465e1bd853f76595 100644 (file)
@@ -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