mirror of https://git.tukaani.org/xz.git
Make sure that TUKLIB_DOSLIKE doesn't get defined on Cygwin.
Thanks to Charles Wilson.
This commit is contained in:
parent
e599bba421
commit
0deb1bb60a
|
@ -60,7 +60,8 @@
|
|||
# define tuklib_attr_noreturn
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) || defined(__OS2__) || defined(__MSDOS__)
|
||||
#if (defined(_WIN32) && !defined(__CYGWIN__)) \
|
||||
|| defined(__OS2__) || defined(__MSDOS__)
|
||||
# define TUKLIB_DOSLIKE 1
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue