From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.comp.lib.gnulib.bugs,gmane.emacs.devel Subject: Re: [Jim Meyering] Re: strftime merge from Emacs Date: Thu, 12 Jun 2003 18:59:03 +0100 Sender: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Message-ID: <3EE8BF67.30508@gnu.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1055440688 16834 80.91.224.249 (12 Jun 2003 17:58:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 12 Jun 2003 17:58:08 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Thu Jun 12 19:58:02 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19QWKo-0004MO-00 for ; Thu, 12 Jun 2003 19:58:02 +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 19QWNG-0004bS-8e for gnu-bug-gnulib@m.gmane.org; Thu, 12 Jun 2003 14:00:34 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19QWNA-0004Xp-7b for bug-gnulib@gnu.org; Thu, 12 Jun 2003 14:00:28 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19QWMT-0003j7-2W for bug-gnulib@gnu.org; Thu, 12 Jun 2003 13:59:45 -0400 Original-Received: from [209.61.173.204] (helo=integrasp.com) by monty-python.gnu.org with smtp (Exim 4.20) id 19QWLr-0003DV-Ga for bug-gnulib@gnu.org; Thu, 12 Jun 2003 13:59:07 -0400 Original-Received: (qmail 26065 invoked from network); 12 Jun 2003 17:53:08 -0000 Original-Received: from host217-37-167-241.in-addr.btopenworld.com (HELO ntserver.altio.com) (217.37.167.241) by 66.216.96.43 with SMTP; 12 Jun 2003 17:53:08 -0000 Original-Received: from gnu.org (ALTIOJR [192.168.111.42]) by ntserver.altio.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id MTF9XMPX; Thu, 12 Jun 2003 18:59:03 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030210 X-Accept-Language: en-us, en Original-To: rms@gnu.org In-Reply-To: Original-cc: Dave Love Original-cc: bug-gnulib@gnu.org X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: The GNUlib portability library bug discussion list List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Xref: main.gmane.org gmane.comp.lib.gnulib.bugs:545 gmane.emacs.devel:15065 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15065 Richard Stallman wrote: > > _WIN32 WIN32 __WIN32__ __MSDOS__ WINDOWS32 > > > > Gcc actually defines them. > > Do other compilers for Windows define them too? Most (maybe all) Windows compilers define __WIN32__. I don't think any of the others are widespread though (maybe __MSDOS__ on MS-DOS).