Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 42193 invoked from network); 26 Jul 2006 21:27:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2006 21:27:57 -0000 Received: (qmail 36400 invoked by uid 500); 26 Jul 2006 21:27:50 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 36344 invoked by uid 500); 26 Jul 2006 21:27:50 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 36332 invoked by uid 99); 26 Jul 2006 21:27:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 14:27:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [207.155.252.219] (HELO warrior.cnchost.com) (207.155.252.219) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 14:27:48 -0700 Received: from [192.168.0.21] (c-24-15-193-17.hsd1.il.comcast.net [24.15.193.17]) (as wrowe@rowe-clan.net) by warrior.cnchost.com (ConcentricHost(2.54) Relay) with ESMTP id 6BBC85092 for ; Wed, 26 Jul 2006 17:27:28 -0400 (EDT) Message-ID: <44C7DE0D.3020501@rowe-clan.net> Date: Wed, 26 Jul 2006 16:26:37 -0500 From: "William A. Rowe, Jr." User-Agent: Thunderbird 1.5.0.4 (X11/20060614) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: Please Review! Path for os/win32/os.h - new reports Win64 when build for 64-bit References: <43e40e000607261310j5caba4a9we6a20a48bd631c6b@mail.gmail.com> <44C7D3A1.4040800@apache.org> <43e40e000607261400m792c5b7em74d347845a0b5da3@mail.gmail.com> In-Reply-To: <43e40e000607261400m792c5b7em74d347845a0b5da3@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Jorge Schrauwen wrote: > I just tried lots of diferent comment styles like #, ', ... till i found > one that worked. never though there would be more that one... makes > sence though, especially for larger blocks of comment. It makes sense because MS has spoiled you into thinking // is for comments. It's not. That's a C++ comment. Unfortunately, since MS uses the same lexar (they made C a subset of C++ which isn't to spec) and permitted this bastardization, most MS users are clueless. Bill