mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
removed regular file test on Windows
since it does not work well on this platform (tested with MinGW). Note : could be an issue within UTIL_isRegularFile()
This commit is contained in:
parent
0ee360982d
commit
0a24d4ef18
2 changed files with 7 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ extern "C" {
|
|||
#define stdinmark "/*stdin*\\"
|
||||
#define stdoutmark "/*stdout*\\"
|
||||
#ifdef _WIN32
|
||||
# define nulmark "nul"
|
||||
# define nulmark "NUL"
|
||||
#else
|
||||
# define nulmark "/dev/null"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue