X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fmsvc-nothrow.h;fp=lib%2Fmsvc-nothrow.h;h=a9671c3b641e23dd50730f5f3110ed7443e386f3;hb=dc02bf0d39a3ae0d90d9b7b0feb32c2cc7cdff86;hp=f7a7f8a0afa866e72cfd761e70d4518d9e4f464b;hpb=a8a88eddaa90432e6ec1b8d9d5c9842bc91afd1d;p=debian%2Fgzip diff --git a/lib/msvc-nothrow.h b/lib/msvc-nothrow.h index f7a7f8a..a9671c3 100644 --- a/lib/msvc-nothrow.h +++ b/lib/msvc-nothrow.h @@ -25,7 +25,7 @@ This file defines wrappers that turn such an invalid parameter notification into an error code. */ -#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ +#if defined _WIN32 && ! defined __CYGWIN__ /* Get original declaration of _get_osfhandle. */ # include