From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7898 invoked by alias); 7 Jun 2007 19:11:49 -0000 Received: (qmail 7889 invoked by uid 22791); 7 Jun 2007 19:11:48 -0000 X-Spam-Check-By: sourceware.org Received: from pool-71-248-179-245.bstnma.fios.verizon.net (HELO cgf.cx) (71.248.179.245) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 07 Jun 2007 19:11:45 +0000 Received: by cgf.cx (Postfix, from userid 201) id 2C6E42B353; Thu, 7 Jun 2007 15:11:45 -0400 (EDT) Date: Thu, 07 Jun 2007 19:11:00 -0000 From: Christopher Faylor To: The Cygwin-Talk Maiming List Subject: Re: FW: Certain files in the system32 directory are not listed Message-ID: <20070607191145.GB5235@ednor.casa1.cgf.cx> Reply-To: cygwin-talk@cygwin.com Mail-Followup-To: The Cygwin-Talk Maiming List References: <000c01c7a927$b7256b50$2e08a8c0@CAM.ARTIMI.COM> <000e01c7a92a$91a18230$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15 (2007-04-06) Mailing-List: contact cygwin-talk-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-talk-owner@cygwin.com Reply-To: The Cygwin-Talk Maiming List X-SW-Source: 2007-q2/txt/msg00172.txt.bz2 On Thu, Jun 07, 2007 at 02:05:43PM -0500, Matthew Woehlke wrote: > Dave Korn wrote: >> On 07 June 2007 18:26, Matthew Woehlke wrote: >>> Dave Korn wrote: >>>> " On 64-bit systems, Windows system files for 64-bit applications are >>>> stored in the $WINDIR/System32 directory. To avoid confusion, the system >>>> files for 32-bit applications are stored in the $WINDIR/SysWOW64 >>>> directory. " >>> ...what did you expect from the platform that brought us the >>> ever-so-helpful sizeof(void*) != sizeof(long)? >> Actually there's nothing really wrong with that. [snip] > > True, but Microsoft is the /only/ platform I know of that decided to be > different :-). There certainly were other platforms (Cray maybe?) where that was true. I remember the pain of dealing with all of those assumptions my program when we did that port. cgf