mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
- Fix win32 build. (notified by Rob. Thanks)
This commit is contained in:
parent
54fc4537c6
commit
82fd4858b8
12
ext/mbstring/libmbfl/config.h.w32
Normal file
12
ext/mbstring/libmbfl/config.h.w32
Normal file
@ -0,0 +1,12 @@
|
||||
#define HAVE_STDIO_H 1
|
||||
#define HAVE_STDLIB_H 1
|
||||
#define HAVE_STDDEF_H 1
|
||||
#define HAVE_ASSERT_H 1
|
||||
#define HAVE_MEMORY_H 1
|
||||
/* #undef HAVE_STRINGS_H */
|
||||
#define HAVE_STRING_H 1
|
||||
/* #undef HAVE_STRCASECMP */
|
||||
#define HAVE_STRICMP 1
|
||||
#define HAVE_WIN32_NATIVE_THREAD 1
|
||||
#define USE_WIN32_NATIVE_THREAD 1
|
||||
#define ENABLE_THREADS 1
|
Loading…
Reference in New Issue
Block a user