From 0e37c1fea498995618b420868a0306f23794d272 Mon Sep 17 00:00:00 2001 From: wangyu Date: Wed, 15 Jul 2020 19:32:14 -0400 Subject: [PATCH] fix macro in 5a51248cb05 --- common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.cpp b/common.cpp index 6669537..23aad31 100644 --- a/common.cpp +++ b/common.cpp @@ -1230,7 +1230,7 @@ vector 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)