From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Fix to fileio.c to un-break W32 build Date: Tue, 4 May 2004 21:25:39 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87ad0orql3.fsf@offby1.atm01.sea.blarg.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1083699225 26856 80.91.224.253 (4 May 2004 19:33:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 May 2004 19:33:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue May 04 21:33:33 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BL5fY-0000yI-00 for ; Tue, 04 May 2004 21:33:32 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BL5fY-0008RR-00 for ; Tue, 04 May 2004 21:33:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BL5by-0007YH-2H for emacs-devel@quimby.gnus.org; Tue, 04 May 2004 15:29:50 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BL5Yv-0006Zx-FN for emacs-devel@gnu.org; Tue, 04 May 2004 15:26:41 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BL5YM-0006GS-UM for emacs-devel@gnu.org; Tue, 04 May 2004 15:26:38 -0400 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BL5YM-0006Dh-At for emacs-devel@gnu.org; Tue, 04 May 2004 15:26:06 -0400 Original-Received: from coolsville.localdomain ([213.112.109.47] [213.112.109.47]) by mxfep02.bredband.com with ESMTP id <20040504192601.HDKD3332.mxfep02.bredband.com@coolsville.localdomain>; Tue, 4 May 2004 21:26:01 +0200 In-Reply-To: <87ad0orql3.fsf@offby1.atm01.sea.blarg.net> Original-To: Eric Hanchrow X-Mailer: Apple Mail (2.613) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:22731 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22731 > Building in Windows using MinGW suddenly broke -- Frename_file in > fileio.c calls the function Fmake_symbolic_link, but that function > isn't defined on Windows. I think the right thing to do is simply > wrap the call in an `ifdef' like this, just as the definition of > Fmake_symbolic_link is: A bit different fix checked in, please try again. Thanks, Jan D.