X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D18DE3851C11 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1588648551; bh=7iwFFZoQFFB+U76Hy8iMn4dJMSwaUmjwzpbkL7c+41A=; h=In-Reply-To:References:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=kJizIKWYc3ejqeSVCQ5zdMydbhjtLZFyupGaDORk7yuaiWZ+ihdzm70jdlfikILmt MChZ1aVW2u2Gw96tTMbwiZOiKjjpX1xA4jW+FKo8dla8unNCfkLgOIEpC237nuCMNT 0FSzAzZa09uD7t/H6Cx1l26vjOhJ3l03T7I2xuL8= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 23236385AC19 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 In-Reply-To: <7101b829ec197e48e3aaf373625d950e95e29df4.camel@cygwin.com> References: <7101b829ec197e48e3aaf373625d950e95e29df4 DOT camel AT cygwin DOT com> Date: Tue, 5 May 2020 08:45:46 +0530 Message-ID: Subject: Re: Default mingw _WIN32_WINNT To: cygwin AT cygwin DOT 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 X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT 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: , From: Biswapriyo Nath via Cygwin Reply-To: Biswapriyo Nath Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" 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 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple