Skip to content

Commit 855f837

Browse files
committed
Define O_NOFOLLOW to 0 on Windows.
1 parent 93a35fc commit 855f837

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cups/oauth.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <sys/stat.h>
1515
#ifdef _WIN32
1616
# include <process.h>
17+
# define O_NOFOLLOW 0 // Windows doesn't support this...
1718
#else
1819
# include <poll.h>
1920
# ifdef __APPLE__

0 commit comments

Comments
 (0)