Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 93742 invoked from network); 10 Aug 2009 12:48:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Aug 2009 12:48:16 -0000 Received: (qmail 6007 invoked by uid 500); 10 Aug 2009 12:48:22 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 5925 invoked by uid 500); 10 Aug 2009 12:48:22 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 5916 invoked by uid 99); 10 Aug 2009 12:48:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2009 12:48:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2009 12:48:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 728282388994; Mon, 10 Aug 2009 12:47:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r802768 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.msc.in include/acr.h Date: Mon, 10 Aug 2009 12:47:53 -0000 To: commits@commons.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090810124753.728282388994@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mturk Date: Mon Aug 10 12:47:53 2009 New Revision: 802768 URL: http://svn.apache.org/viewvc?rev=802768&view=rev Log: Fix typos Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in commons/sandbox/runtime/trunk/src/main/native/include/acr.h Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in?rev=802768&r1=802767&r2=802768&view=diff ============================================================================== --- commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in (original) +++ commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in Mon Aug 10 12:47:53 2009 @@ -135,7 +135,7 @@ {$(SRCDIR)\os\win32}.c{$(SRCDIR)\os\win32}.$(OBJ): $(CC) $(CFLAGS) $(CPPFLAGS) -DACR_DECLARE_EXPORT $(INCLUDES) -c -Fo$@ -Fd$(LIBNAME)-src $< -{$(SRCDIR)\srclib\zlib}.c{$(SRCDIR)\os\win32}.$(OBJ): +{$(SRCDIR)\srclib\zlib}.c{$(SRCDIR)\srclib\zlib}.$(OBJ): $(CC) $(CFLAGS) $(CPPFLAGS) -DACR_DECLARE_EXPORT $(INCLUDES) -c -Fo$@ -Fd$(LIBNAME)-src $< {$(SRCDIR)\test}.c{$(SRCDIR)\test}.$(OBJ): Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr.h URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/include/acr.h?rev=802768&r1=802767&r2=802768&view=diff ============================================================================== --- commons/sandbox/runtime/trunk/src/main/native/include/acr.h (original) +++ commons/sandbox/runtime/trunk/src/main/native/include/acr.h Mon Aug 10 12:47:53 2009 @@ -207,6 +207,7 @@ #define snprintf _snprintf #define strcasecmp _stricmp #define strncasecmp _strnicmp +#define vsnprintf _vsnprintf typedef ptrdiff_t acr_ssize_t; typedef __int64 acr_int64_t;