Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 97262 invoked from network); 15 Oct 2006 20:11:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Oct 2006 20:11:11 -0000 Received: (qmail 21924 invoked by uid 500); 15 Oct 2006 20:11:09 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 21884 invoked by uid 500); 15 Oct 2006 20:11:08 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 21863 invoked by uid 99); 15 Oct 2006 20:11:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Oct 2006 13:11:08 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [207.113.241.148] (HELO iss04.interliant.com) (207.113.241.148) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Oct 2006 13:11:07 -0700 Received: from EX-007.mail.navisite.com (ex-007.interliant.com [207.113.240.186]) by iss04.interliant.com (8.10.2/8.10.2) with ESMTP id k9FKAfV12393; Sun, 15 Oct 2006 15:10:46 -0500 (CDT) Received: from [192.168.0.168] ([89.164.33.215]) by EX-007.mail.navisite.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 15 Oct 2006 15:10:38 -0500 Message-ID: <453295BD.4010907@apache.org> Date: Sun, 15 Oct 2006 22:10:37 +0200 From: Mladen Turk User-Agent: Mozilla MIME-Version: 1.0 To: dev@httpd.apache.org CC: cvs@httpd.apache.org Subject: Re: svn commit: r464141 - in /httpd/httpd/trunk/srclib/pcre: dftables.c dftables.dsp References: <20061015070316.562DA1A981A@eris.apache.org> <453285A9.4070105@rowe-clan.net> In-Reply-To: <453285A9.4070105@rowe-clan.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 15 Oct 2006 20:10:38.0622 (UTC) FILETIME=[FB759BE0:01C6F095] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N William A. Rowe, Jr. wrote: > > why not s#/wd:4996#/D "_CRT_SECURE_NO_DEPRECATE"# > /wd with colon like (/wd:4966) gives: Command line error D8021 : invalid numeric argument '/wd:4996' cl when converted to VS2005. BTW according to the MSDN the proper format is /wdNNNN not /wd:NNNN Also the _CRT_SECURE_NO_DEPRECATE is not required. Regards, Mladen.