From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bug#720: Patch to fix CVS Emacs compilation error on Windows XP SP2. Date: Fri, 15 Aug 2008 12:35:09 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1218792937 13450 80.91.229.12 (15 Aug 2008 09:35:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Aug 2008 09:35:37 +0000 (UTC) To: flitterio@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 15 11:36:28 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KTvjH-0003xm-0S for ged-emacs-devel@m.gmane.org; Fri, 15 Aug 2008 11:36:19 +0200 Original-Received: from localhost ([127.0.0.1]:34275 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTviK-000660-5Y for ged-emacs-devel@m.gmane.org; Fri, 15 Aug 2008 05:35:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTviE-00065U-1f for emacs-devel@gnu.org; Fri, 15 Aug 2008 05:35:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTviD-00065C-Co for emacs-devel@gnu.org; Fri, 15 Aug 2008 05:35:13 -0400 Original-Received: from [199.232.76.173] (port=49062 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTviD-000658-1x for emacs-devel@gnu.org; Fri, 15 Aug 2008 05:35:13 -0400 Original-Received: from mtaout4.012.net.il ([84.95.2.10]:13474) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KTviC-000277-F8 for emacs-devel@gnu.org; Fri, 15 Aug 2008 05:35:12 -0400 Original-Received: from HOME-C4E4A596F7 ([84.229.211.50]) by i_mtaout4.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K5M00D4CYN76VE1@i_mtaout4.012.net.il> for emacs-devel@gnu.org; Fri, 15 Aug 2008 12:35:32 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 9.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:102479 Archived-At: By the way, since you evidently compiled the latest w32.c with VS 6, could you please look at the header Winbase.h, and tell whether the declaration of MEMORYSTATUSEX exists there, and if it does, whether it is guarded by preprocessor conditionals, like certain values of _WIN32_WINNT or WINVER? I'm asking because someone else reported a compilation failure with VS 2003, and I want to find a solution to that problem which doesn't break VS 6. Thanks.