From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-05.nifty.com (conssluserg-05.nifty.com [210.131.2.90]) by sourceware.org (Postfix) with ESMTPS id AA6403858403 for ; Sat, 25 Sep 2021 08:12:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org AA6403858403 Received: from Express5800-S70 (z221123.dynamic.ppp.asahi-net.or.jp [110.4.221.123]) (authenticated) by conssluserg-05.nifty.com with ESMTP id 18P8BnsS025477 for ; Sat, 25 Sep 2021 17:11:49 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-05.nifty.com 18P8BnsS025477 X-Nifty-SrcIP: [110.4.221.123] Date: Sat, 25 Sep 2021 17:12:02 +0900 From: Takashi Yano To: cygwin@cygwin.com Subject: Re: [ANNOUNCEMENT] Updated: cygutils 1.4.16-7 Message-Id: <20210925171202.b99dd1e5f51220367e8379f0@nifty.ne.jp> In-Reply-To: <20210925162354.27f3b28c283470805d965d11@nifty.ne.jp> References: <20210925133125.8f894de4e596a71e7f24961f@nifty.ne.jp> <20210925162354.27f3b28c283470805d965d11@nifty.ne.jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: Sat, 25 Sep 2021 08:12:07 -0000 On Sat, 25 Sep 2021 16:23:54 +0900 Takashi Yano wrote: @@ -32,6 +32,6 @@ > #include > #include > #include > +#include > > #define DEBUGGING 0 // Set 1 to display debug output on stderr > A small thing. Including w32api/stringapiset.h is no longer necessary with this patch. -- Takashi Yano