1
0
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:
Peter Kokot
2024-01-15 01:27:21 -08:00
committed by GitHub
parent c16ad918ba
commit 474edd6eb5

View File

@@ -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