From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from latitanza.investici.org (latitanza.investici.org [IPv6:2001:888:2000:56::19]) by sourceware.org (Postfix) with ESMTPS id 3DD743858C83 for ; Wed, 2 Nov 2022 09:46:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3DD743858C83 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 4N2MTn01FQzGp3L for ; Wed, 2 Nov 2022 09:46:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1667382381; bh=BFyR/ayVTSqx9GW/K+6HfwCgOb7cZqK1fqcmNYin4Qk=; h=Date:From:To:Subject:In-Reply-To:References:From; b=ItcdADDCidu9Z7JiN5OUjMdNcedWFvwphL1BGCfIlmpllnCgsHbEdDZ60dLmIslqM DW/arRpJEyS5DbskHa5EYs/xdk6wd0vbtz98aUcAJ0jrVUInmj6X/zEWN5SL+uCgJG bRPuoV8xwitRr74DYXCUT8vLjkgUo6KgEW6vgPdE= 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 4N2MTm634Rz5t7d for ; Wed, 2 Nov 2022 09:46:20 +0000 (UTC) MIME-Version: 1.0 Date: Wed, 02 Nov 2022 09:46:20 +0000 From: i.nixman@autistici.org To: gdb@sourceware.org Subject: Re: _WIN32_WINNT redefined? In-Reply-To: <41193fbdb742b1c2d4d7b4ab06561822@autistici.org> References: <6485dbfe07e21a1c451b17d3fda5b3d9@autistici.org> <41193fbdb742b1c2d4d7b4ab06561822@autistici.org> User-Agent: Roundcube Webmail Message-ID: X-Sender: i.nixman@autistici.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,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 08:44, niXman via Gdb wrote: > On 2022-11-02 08:21, niXman via Gdb wrote: ok, I did a little research. the `_WIN32_WINNT` is defined in `gdbsupport/common-defs.h` only, but referenced in `gnulib/import/gettimeofdeay.c` and `gnulib/import/stat-w32.c` only, but not directly because those files include `windows,h` and `sdkdkver.h`. thus that `_WIN32_WINNT` define is never used! so I think the best way is to remove that define completely. ideas?