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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1 @@
/* #undef HAVE_STRINGS_H */
/* #undef HAVE_STRCASECMP */
#define HAVE_STRICMP 1 #define HAVE_STRICMP 1
#define HAVE_WIN32_NATIVE_THREAD 1
#define USE_WIN32_NATIVE_THREAD 1
#define ENABLE_THREADS 1