Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion posix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,14 @@

# ifdef __MINGW32__
# define _SH_DENYNO 0x40
# undef fileno
# endif

#endif // _WIN32

#ifdef fileno
# undef fileno
#endif

namespace {
#ifdef _WIN32
// Return type of read and write functions.
Expand Down