X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fdup2.c;h=c7d176728d4ba110fdc9cbf983f6df433d09e116;hb=92249085071a973e2c0621b0415b93d2e48bb00d;hp=c8b49b25e474ad83e84850f2375681379ab1ccd3;hpb=a2f84200a3642c51afc3fad750ea264ac120bcd1;p=debian%2Fgzip diff --git a/lib/dup2.c b/lib/dup2.c index c8b49b2..c7d1767 100644 --- a/lib/dup2.c +++ b/lib/dup2.c @@ -29,7 +29,7 @@ # undef dup2 -# if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ +# if defined _WIN32 && ! defined __CYGWIN__ /* Get declarations of the native Windows API functions. */ # define WIN32_LEAN_AND_MEAN