From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.devel Subject: Re: [Jim Meyering] Re: strftime merge from Emacs Date: Thu, 12 Jun 2003 18:11:59 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1055434628 8399 80.91.224.249 (12 Jun 2003 16:17:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 12 Jun 2003 16:17:08 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 12 18:17:04 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19QUl6-0002Az-00 for ; Thu, 12 Jun 2003 18:17:04 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19QV6d-00059d-00 for ; Thu, 12 Jun 2003 18:39:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19QUgg-0004ye-S2 for emacs-devel@quimby.gnus.org; Thu, 12 Jun 2003 12:12:30 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19QUgK-0004wC-D3 for emacs-devel@gnu.org; Thu, 12 Jun 2003 12:12:08 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19QUgI-0004up-KT for emacs-devel@gnu.org; Thu, 12 Jun 2003 12:12:07 -0400 Original-Received: from [193.28.100.165] (helo=mail.epost.de) by monty-python.gnu.org with esmtp (Exim 4.20) id 19QUgI-0004u8-4S for emacs-devel@gnu.org; Thu, 12 Jun 2003 12:12:06 -0400 Original-Received: from seneca.benny.turtle-trading.net.epost.de (193.99.153.30) by mail.epost.de (6.7.015) id 3EC6EB6E002D70F5 for emacs-devel@gnu.org; Thu, 12 Jun 2003 18:12:03 +0200 Original-To: emacs-devel@gnu.org In-Reply-To: (Richard Stallman's message of "Thu, 12 Jun 2003 10:06:21 -0400") User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15061 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15061 Hi Richard, Richard Stallman writes: > > _WIN32 WIN32 __WIN32__ __MSDOS__ WINDOWS32 > > Do other compilers for Windows define them too? I have seen _WIN32, WIN32, __WIN32__ and __MSDOS__ defined by versions of Borland and/or MSC. GCC (3.2) defines _WIN32, WIN32, __WIN32__ in the Mingw version, but not in Cygwin. WINDOWS32 seems to be a user define, I do not remember that I have seen that predefined by any compiler. benny