From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?=D3scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Preprocessor defines in MS-Windows build Date: Sun, 08 Jun 2008 01:53:29 +0200 Message-ID: References: <484B0458.7080604@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212882831 17242 80.91.229.12 (7 Jun 2008 23:53:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Jun 2008 23:53:51 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 08 01:54:33 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 1K58Ez-0000eH-JD for ged-emacs-devel@m.gmane.org; Sun, 08 Jun 2008 01:54:33 +0200 Original-Received: from localhost ([127.0.0.1]:57305 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K58EC-0006Ys-Lb for ged-emacs-devel@m.gmane.org; Sat, 07 Jun 2008 19:53:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K58E9-0006Xn-17 for emacs-devel@gnu.org; Sat, 07 Jun 2008 19:53:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K58E8-0006WX-AC for emacs-devel@gnu.org; Sat, 07 Jun 2008 19:53:40 -0400 Original-Received: from [199.232.76.173] (port=52744 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K58E8-0006WM-7C for emacs-devel@gnu.org; Sat, 07 Jun 2008 19:53:40 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:42863 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K58E8-0007XR-4D for emacs-devel@gnu.org; Sat, 07 Jun 2008 19:53:40 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K58E6-00014C-BI for emacs-devel@gnu.org; Sat, 07 Jun 2008 23:53:38 +0000 Original-Received: from 179.red-83-32-115.dynamicip.rima-tde.net ([83.32.115.179]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Jun 2008 23:53:38 +0000 Original-Received: from ofv by 179.red-83-32-115.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Jun 2008 23:53:38 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 179.red-83-32-115.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt) Cancel-Lock: sha1:wEoNBv2T9F1bMInP10QPZw6/das= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:98646 Archived-At: Jason Rumney writes: > Eli Zaretskii wrote: >> _X86_ -- not needed, defined automatically by MinGW >> headers >> i386 -- not needed >> > > They may not be needed for a mingw build, but do the msvc headers also > define them? I quick check for VC6 does not find i386. _X86_ is in WINDOWS.H [snip] >> USE_CRT_DLL -- looks like it's unneeded, since we never use >> anything but the CRTDLL.dll runtime > > I think there was at least an experimental attempt many years ago to > use MSVCRT.dll with the msvc compiler, and if we are ever to get more > recent versions of msvc working again it will be necessary to keep > this around. CRTDLL.dll (?) is not on the list of loaded dll's for an Emacs process. MSVCRT.dll is. -- Oscar