mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-31 12:19:34 +08:00
fix macro in 5a51248cb05
This commit is contained in:
parent
606bbec351
commit
0e37c1fea4
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user