1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

Remove useless __CYGWIN__ checks

This commit is contained in:
Nick Wellnhofer
2022-03-31 01:55:29 +02:00
parent 9c88a72e52
commit 74e87f96aa
7 changed files with 9 additions and 9 deletions

View File

@ -25,7 +25,7 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#if defined(_WIN32) && !defined(__CYGWIN__)
#if defined(_WIN32)
#include <fcntl.h>
#endif
#include <libxml/xmlmemory.h>