mirror of
https://github.com/php/php-src.git
synced 2025-01-27 14:13:41 +08:00
Fixed win32 build, which fails with non-SBCS-compatible locale settings.
This commit is contained in:
parent
170de9b95c
commit
0d2bd85a61
@ -260,6 +260,10 @@
|
||||
*
|
||||
**************************************************************************/
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
#pragma setlocale("english")
|
||||
#endif
|
||||
|
||||
#include "sdncal.h"
|
||||
|
||||
#define HALAKIM_PER_HOUR 1080
|
||||
|
Loading…
Reference in New Issue
Block a user