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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user