moriyoshi               Sat Mar 22 18:45:21 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/calendar  jewish.c 
  Log:
  MFH(r-1.5): fixed win32 build with non-SBCS locale settings.
  
  
Index: php4/ext/calendar/jewish.c
diff -u php4/ext/calendar/jewish.c:1.5 php4/ext/calendar/jewish.c:1.5.2.1
--- php4/ext/calendar/jewish.c:1.5      Thu Oct 31 04:16:23 2002
+++ php4/ext/calendar/jewish.c  Sat Mar 22 18:45:20 2003
@@ -260,6 +260,10 @@
  *
  **************************************************************************/
 
+#ifdef PHP_WIN32
+#pragma setlocale("english")
+#endif
+
 #include "sdncal.h"
 
 #define HALAKIM_PER_HOUR 1080



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to