mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Remove unused symbols in ext/mbstring/libmbfl/config.h.w32 (#13152)
HAVE_WIN32_NATIVE_THREAD, USE_WIN32_NATIVE_THREAD and ENABLE_THREADS were once part of the libmbfl build https://github.com/moriyoshi/libmbfl but are not used anymore.
This commit is contained in:
@@ -1,6 +1 @@
|
||||
/* #undef HAVE_STRINGS_H */
|
||||
/* #undef HAVE_STRCASECMP */
|
||||
#define HAVE_STRICMP 1
|
||||
#define HAVE_WIN32_NATIVE_THREAD 1
|
||||
#define USE_WIN32_NATIVE_THREAD 1
|
||||
#define ENABLE_THREADS 1
|
||||
|
||||
Reference in New Issue
Block a user