aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fileio.c b/src/fileio.c
index e36118652cb..ed1d2aedf37 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -61,10 +61,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
61# include <linux/fs.h> 61# include <linux/fs.h>
62#endif 62#endif
63 63
64#ifdef __CYGWIN__
65# undef O_PATH /* Buggy in Cygwin 3.0.0 through 3.0.7. */
66#endif
67
68#ifdef WINDOWSNT 64#ifdef WINDOWSNT
69#define NOMINMAX 1 65#define NOMINMAX 1
70#include <windows.h> 66#include <windows.h>