diff options
Diffstat (limited to 'src/fileio.c')
| -rw-r--r-- | src/fileio.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index ed1d2aedf37..e36118652cb 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -61,6 +61,10 @@ 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 | |||
| 64 | #ifdef WINDOWSNT | 68 | #ifdef WINDOWSNT |
| 65 | #define NOMINMAX 1 | 69 | #define NOMINMAX 1 |
| 66 | #include <windows.h> | 70 | #include <windows.h> |