From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.comp.lib.gnulib.bugs,gmane.emacs.devel Subject: Re: [Jim Meyering] Re: strftime merge from Emacs Date: Fri, 13 Jun 2003 18:03:31 -0400 Sender: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Message-ID: References: <3EE8BF67.30508@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1055541962 3221 80.91.224.249 (13 Jun 2003 22:06:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 13 Jun 2003 22:06:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Sat Jun 14 00:05:58 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 19Qwe5-0000gX-00 for ; Sat, 14 Jun 2003 00:03:41 +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 19QwfN-0006wD-TL for gnu-bug-gnulib@m.gmane.org; Fri, 13 Jun 2003 18:05:01 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19QwfD-0006pe-HY for bug-gnulib@gnu.org; Fri, 13 Jun 2003 18:04:51 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19QweK-0006Ma-OX for bug-gnulib@gnu.org; Fri, 13 Jun 2003 18:03:57 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Qwdx-0006Eh-1X; Fri, 13 Jun 2003 18:03:33 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19Qwdv-0000cU-Oz; Fri, 13 Jun 2003 18:03:31 -0400 Original-To: Jason Rumney In-reply-to: <3EE8BF67.30508@gnu.org> (message from Jason Rumney on Thu, 12 Jun 2003 18:59:03 +0100) Original-cc: d.love@dl.ac.uk 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:552 gmane.emacs.devel:15090 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15090 > > _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 figured it was something like that. It is necessary for GCC to define the symbol that other compilers define; the other variants are present because GCC automatically defines all those variants.