Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60377 invoked from network); 15 Mar 2003 19:56:14 -0000 Received: from unknown (HELO silverorange.com) (198.167.161.36) by pb1.pair.com with SMTP; 15 Mar 2003 19:56:14 -0000 Received: from pandor [24.226.106.28] by silverorange.com with ESMTP (SMTPD32-6.06) id A5794D550104; Sat, 15 Mar 2003 15:56:41 -0400 To: Date: Sat, 15 Mar 2003 14:55:28 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0296_01C2EB02.EAEE6870" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: [PATCH] ext/gettext/gettext.dsp From: nathan@silverorange.com ("Nathan Fredrickson") ------=_NextPart_000_0296_01C2EB02.EAEE6870 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit The attached patch contains a couple of changes to win32 project file for the gettext extension. Added defines to enable plural gettext functions on win32. These functions exist in the current libintl-1.dll. /D HAVE_NGETTEXT=1 /D HAVE_DNGETTEXT=1 Changed import lib that is linked to libintl.lib from gnu_gettext.lib. As far as I know these two import libs are identical and both available at: http://ftp.proventum.net/pub/php/win32/misc/dev/php_build/lib/ Nathan ------=_NextPart_000_0296_01C2EB02.EAEE6870--