From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd31.google.com (mail-io1-xd31.google.com [IPv6:2607:f8b0:4864:20::d31]) by sourceware.org (Postfix) with ESMTPS id 23236385AC19 for ; Tue, 5 May 2020 03:15:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 23236385AC19 Received: by mail-io1-xd31.google.com with SMTP id y26so896397ioj.2 for ; Mon, 04 May 2020 20:15:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=tP7kV9qE1B/Y+kKnWxGYvSqLotmLUPlHCVsCpifTHz0=; b=TNk2EnAwkNhc3PYx63/zrofAQQZKdi6USnLmuEKKrXVOqk8MqF5EBm+klMVP3+Qi4d wwS+pJdcuc7fxi3Loqpp5c3SP8JPGTA5ZmokYDtCmUgrkhPdAGRYKa5FqrviroVoaX7L 2/iI77HqzyJODdUVgmlDlme592xNjhkvjLo5bFnsIKJSwm3nl5MgXr+FrysMGzQ1NMfX fv2yq84MKxi0ZfVxuD4PPUmAJvny26RPGWpMl+yqjSahpvySysyvpAbyqWnKamIGhp/w Lz8qAgvplGKWNN0prTFMgsdz1HzKU9Hb3h+YwvUe9iBnkE7YS3yoiaKuoTAslCRuNm1Z OPeg== X-Gm-Message-State: AGi0Pub3eU2TlgACuMLkBVDnqNMJ5XWJQkvv8jTIy01ZGObjKbNpDhIS AcS3scA+FegrkNqBN4uSGJ5xFyc4l7/P07mgpGsl6Q== X-Google-Smtp-Source: APiQypJpiNROV00OrhtfGgoyhuGEBZHSGZvlIyURKrkmTiXeYHCGeSXUd3sPLmtqEkkpgkV4YdtGjo3EkfVV1gUZluA= X-Received: by 2002:a5d:8e0d:: with SMTP id e13mr1472455iod.132.1588648547041; Mon, 04 May 2020 20:15:47 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a05:6e02:4d1:0:0:0:0 with HTTP; Mon, 4 May 2020 20:15:46 -0700 (PDT) In-Reply-To: <7101b829ec197e48e3aaf373625d950e95e29df4.camel@cygwin.com> References: <7101b829ec197e48e3aaf373625d950e95e29df4.camel@cygwin.com> From: Biswapriyo Nath Date: Tue, 5 May 2020 08:45:46 +0530 Message-ID: Subject: Re: Default mingw _WIN32_WINNT To: cygwin@cygwin.com X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2020 03:15:49 -0000 Chaging the defines in package may break others installation. You can set the version in source code as you need, for example: #undef _WIN32_WINNT #define _WIN32_WINNT 0x602