From ae6b6359d7c6af6a1a180b88e1e3c4f30dd4f66c Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 21 May 2002 07:15:42 +0000 Subject: [PATCH] Add HAVE_MBSTR_RU support for Win32. --- main/config.w32.h.in | 1 + win32/php4dll.dsp | 4 ++++ win32/php4dllts.dsp | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/main/config.w32.h.in b/main/config.w32.h.in index 27252d24c6..3939260fb3 100644 --- a/main/config.w32.h.in +++ b/main/config.w32.h.in @@ -45,6 +45,7 @@ #define HAVE_MBSTR_CN 1 #define HAVE_MBSTR_JA 1 #define HAVE_MBSTR_KR 1 +#define HAVE_MBSTR_RU 1 #define HAVE_MBSTR_TW 1 /* Enable / Disable MySQL extension (default: enabled) */ diff --git a/win32/php4dll.dsp b/win32/php4dll.dsp index a3fe29657f..deda2b26cd 100644 --- a/win32/php4dll.dsp +++ b/win32/php4dll.dsp @@ -923,6 +923,10 @@ SOURCE=..\ext\mbstring\mbfilter_kr.c # End Source File # Begin Source File +SOURCE=..\ext\mbstring\mbfilter_ru.c +# End Source File +# Begin Source File + SOURCE=..\ext\mbstring\mbfilter_tw.c # End Source File # Begin Source File diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index f4c27649af..b667e90f3e 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -513,6 +513,10 @@ SOURCE=..\ext\mbstring\mbfilter_kr.c # End Source File # Begin Source File +SOURCE=..\ext\mbstring\mbfilter_ru.c +# End Source File +# Begin Source File + SOURCE=..\ext\mbstring\mbfilter_tw.c # End Source File # Begin Source File -- 2.50.1