1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-07 09:26:03 +02:00

Changed stdinmark and stdoutmark

This commit is contained in:
Przemyslaw Skibinski 2016-11-04 11:37:27 +01:00
parent d007eb5f9f
commit d0815583d9

View 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