diff options
author | Naios <naios-dev@live.de> | 2015-12-08 16:26:58 +0100 |
---|---|---|
committer | Naios <naios-dev@live.de> | 2015-12-08 16:46:15 +0100 |
commit | 7773984f94a15f45e0260e6478edf991c77d6e87 (patch) | |
tree | 1a121555bfd472db1ca85b40bb0081182acdcff5 /dep/cppformat/posix.cc | |
parent | 187e45d24b07613447e449565cdff8015c3220ac (diff) |
Dep/CppFormat: Update cppformat to cppformat/cppformat@5c76d107cbaf
(cherry picked from commit aa3020c26d54fa63fde16c5a765b1d72649c7e30)
Diffstat (limited to 'dep/cppformat/posix.cc')
-rw-r--r-- | dep/cppformat/posix.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dep/cppformat/posix.cc b/dep/cppformat/posix.cc index d36871f43a3..756281a0ebd 100644 --- a/dep/cppformat/posix.cc +++ b/dep/cppformat/posix.cc @@ -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. |