Fix fileno causing compile error when #defined
@@ -55,11 +55,14 @@
# ifdef __MINGW32__
# define _SH_DENYNO 0x40
# undef fileno
# endif
#endif // _WIN32
#ifdef fileno
#endif
namespace {
#ifdef _WIN32
// Return type of read and write functions.
The note is not visible to the blocked user.