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: [RFC] Correctly handling MinGW-w64 Date: Mon, 17 Nov 2014 17:59:18 +0200 Message-ID: <837fytddih.fsf@gnu.org> References: <87r3x2qyjg.fsf@wanadoo.es> <546973D0.7050306@cs.ucla.edu> <87ioieqxbb.fsf@wanadoo.es> <54697A45.1040505@cs.ucla.edu> <87egt1rhy4.fsf@wanadoo.es> <546A11D5.3090402@cs.ucla.edu> <87a93prfyq.fsf@wanadoo.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1416240005 17296 80.91.229.3 (17 Nov 2014 16:00:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2014 16:00:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?Q?=C3=93scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 17 16:59:56 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XqOiZ-00076M-Od for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2014 16:59:55 +0100 Original-Received: from localhost ([::1]:48589 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqOiZ-0003VD-FW for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2014 10:59:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqOiG-0003V3-S3 for emacs-devel@gnu.org; Mon, 17 Nov 2014 10:59:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqOi8-0005Rf-8P for emacs-devel@gnu.org; Mon, 17 Nov 2014 10:59:36 -0500 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:52381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqOi8-0005RS-06 for emacs-devel@gnu.org; Mon, 17 Nov 2014 10:59:28 -0500 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NF600M00XDHZF00@mtaout25.012.net.il> for emacs-devel@gnu.org; Mon, 17 Nov 2014 17:55:03 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NF600I0IXJQJS50@mtaout25.012.net.il>; Mon, 17 Nov 2014 17:55:03 +0200 (IST) In-reply-to: <87a93prfyq.fsf@wanadoo.es> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:177430 Archived-At: > From: =C3=93scar Fuentes > Date: Mon, 17 Nov 2014 16:42:37 +0100 >=20 > After looking at it, seems that 'conf_post.h' can do the job. Please do this in ms-w32.h (which is included by conf_post.h). > But instead of placing the #define on some header that 'conf_post.h= ' > includes, I'll like to put it in 'conf_post.h' itself. There are > similar chunks of code there, so I guess that there is no problem. The similar things there are for platforms that have n o other place to put the. Windows has ms-w32.h, so it's better to leave this stuff there. Thanks.