mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-10-03 04:15:35 +08:00
fix macro in 5a51248cb0
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user