浏览代码

fix macro in 5a51248cb05

wangyu 5 年之前
父节点
当前提交
0e37c1fea4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      common.cpp

+ 1 - 1
common.cpp

@@ -1230,7 +1230,7 @@ vector<string> parse_conf_line(const string& s0)
 
 int create_fifo(char * file)
 {
-#ifdef  UDP2RAW_LINUX
+#if !defined(__MINGW32__)
 	if(mkfifo (file, 0666)!=0)
 	{
 		if(errno==EEXIST)