From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id OwQMGcWUYmMUOxMAWB0awg (envelope-from ) for ; Wed, 02 Nov 2022 12:03:17 -0400 Received: by simark.ca (Postfix, from userid 112) id 5FEC51E124; Wed, 2 Nov 2022 12:03:17 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=cRMI/gWn; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 1BA9C1E11E for ; Wed, 2 Nov 2022 12:03:17 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B98A83856DCB for ; Wed, 2 Nov 2022 16:03:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B98A83856DCB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667404996; bh=6DXEyOZcsc7r12ezQyHLZ1etzCcLvzgPE3K8tkSQdS0=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=cRMI/gWnz5CqMTUy8j9uqnQY2pdmsSx2WkjIdstYGA6vGkodZKeFzx1kZtoeAREj8 EPK+UVIwK19k7P++O+u2ejeOTH/xpq/5s94DWkMu3x4r8JKmF67/FjY87avNGX+LY2 ZRb/12GtYej1DsWMFguQcbabeRP+QLkTxSN1BbLU= Received: from latitanza.investici.org (latitanza.investici.org [82.94.249.234]) by sourceware.org (Postfix) with ESMTPS id 1AE5938582A6 for ; Wed, 2 Nov 2022 16:02:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1AE5938582A6 Received: from 1.mail-backend.investici.org (unknown [10.0.0.11]) by latitanza.investici.org (Postfix) with ESMTP id 4N2Wr83zW5zGp33; Wed, 2 Nov 2022 16:02:48 +0000 (UTC) Received: from 1.webmail.investici.org (localhost [127.0.0.1]) (Authenticated sender: i.nixman@autistici.org) by 1.mail-backend.investici.org (Postfix) with ESMTPA id 4N2Wr82h3Nz5tCB; Wed, 2 Nov 2022 16:02:48 +0000 (UTC) MIME-Version: 1.0 Date: Wed, 02 Nov 2022 16:02:48 +0000 To: Eli Zaretskii , gdb@sourceware.org Subject: Re: _WIN32_WINNT redefined? In-Reply-To: <821f45f4fe87dc1dcea23520dd8e42ab@autistici.org> References: <6485dbfe07e21a1c451b17d3fda5b3d9@autistici.org> <41193fbdb742b1c2d4d7b4ab06561822@autistici.org> <8335b1bjv2.fsf@gnu.org> <83h6zh9ygb.fsf@gnu.org> <821f45f4fe87dc1dcea23520dd8e42ab@autistici.org> User-Agent: Roundcube Webmail Message-ID: <4831548843e10caf85af88bddcedb14e@autistici.org> X-Sender: i.nixman@autistici.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: niXman via Gdb Reply-To: i.nixman@autistici.org Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" On 2022-11-02 15:51, niXman via Gdb wrote: > I have another option. will try and report back. by the way. for now I solved the issue by adding `-D_WIN32_WINNT=0x0601` to the CFLAGS/CXXFLAGS. this once again confirms my opinion that the comparison in line 75 is always false. best!