]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Gating named pipe support in hedaer file
authorBimba Shrestha <bimbashrestha@fb.com>
Fri, 25 Oct 2019 22:15:28 +0000 (15:15 -0700)
committerBimba Shrestha <bimbashrestha@fb.com>
Fri, 25 Oct 2019 22:15:28 +0000 (15:15 -0700)
programs/util.h

index 3b15d9471ec2c6477649d881aa7f43aa4b1f8b4c..e79834693b579d04a6522769435df8f850d6a73f 100644 (file)
@@ -135,7 +135,10 @@ U32 UTIL_isDirectory(const char* infilename);
 int UTIL_getFileStat(const char* infilename, stat_t* statbuf);
 int UTIL_isSameFile(const char* file1, const char* file2);
 
+#ifndef _MSC_VER
 U32 UTIL_isFIFO(const char* infilename);
+#endif
+
 U32 UTIL_isLink(const char* infilename);
 #define UTIL_FILESIZE_UNKNOWN  ((U64)(-1))
 U64 UTIL_getFileSize(const char* infilename);