From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=autistici.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=autistici.org 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1667404968; bh=6DXEyOZcsc7r12ezQyHLZ1etzCcLvzgPE3K8tkSQdS0=; h=Date:From:To:Subject:In-Reply-To:References:From; b=OlIOwAhbhJ2OIB6+hZyG+NZ0H2M/u/hHfTEadA8ddG0B9yQTGNup6CQvkLjw82Po1 fOAOSmiCN8qUZip+xag8xB9lBa60CteH9HBNxcj04jO/TyjlyQV0SiOF9iJIkPqyS8 3oL6VOIWLBQY0YnAb+NQgqLO/OCqygDfxpk764W8= 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 From: i.nixman@autistici.org 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-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: 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!