X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Ffsync.c;h=ecacb0ba25ea1a9b8ecaf822dab32906fa8b9296;hb=659cae49714b93487242525dfa0e5737463d78d8;hp=a0b12b6ccc7813c62cf2030bf0d1559f3ed00bcc;hpb=a8a88eddaa90432e6ec1b8d9d5c9842bc91afd1d;p=debian%2Fgzip diff --git a/lib/fsync.c b/lib/fsync.c index a0b12b6..ecacb0b 100644 --- a/lib/fsync.c +++ b/lib/fsync.c @@ -25,7 +25,7 @@ #include #include -#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ +#if defined _WIN32 && ! defined __CYGWIN__ /* FlushFileBuffers */ # define WIN32_LEAN_AND_MEAN