rch 21, 2003 8:43 AM
> Subject: RE: [PHP-DEV] [PATCH] ext/gettext/gettext.dsp
>
>
> > Here's the patch. (Attachment extension had to be .txt)
> >
> > > -Original Message-
> > > From: Nathan Fredrickson [mailto:[EMAIL PROTECTED]
> > >
Here's the patch. (Attachment extension had to be .txt)
> -Original Message-
> From: Nathan Fredrickson [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 21, 2003 2:39 AM
> To: php.internals
> Subject: [PHP-DEV] [PATCH] ext/gettext/gettext.dsp
>
>
> The attach
The attached patch contains a couple of changes to win32 project file for
the gettext extension.
Add defines necessary to enable plural gettext functions on win32. These
functions exist in the current libintl-1.dll, but are currently unaccessible
from php.
/D HAVE_NGETTEXT=1
/D HAVE_DNGETTEXT=1
Here's the patch again, as a .txt file.
>
> It seems the attachment was eliminated by the list manager.
> Try suffixing it with ".txt" or inlining it.
>
> Moriyoshi
>
> "Nathan Fredrickson" <[EMAIL PROTECTED]> wrote:
>
> > The attached patch contains a couple of changes to win32
> > project
Hi,
It seems the attachment was eliminated by the list manager.
Try suffixing it with ".txt" or inlining it.
Moriyoshi
"Nathan Fredrickson" <[EMAIL PROTECTED]> wrote:
> The attached patch contains a couple of changes to win32 project file for
> the
> gettext extension.
>
> Added defines to ena
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