mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Windows support strcoll too.
This commit is contained in:
parent
7795da58e6
commit
c68f4bde30
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ typedef unsigned int uint;
|
||||||
#define HAVE_STDARG_H 1
|
#define HAVE_STDARG_H 1
|
||||||
#define HAVE_SNPRINTF 1
|
#define HAVE_SNPRINTF 1
|
||||||
#define HAVE_VSNPRINTF 1
|
#define HAVE_VSNPRINTF 1
|
||||||
|
#define HAVE_STRCOLL 1
|
||||||
|
|
||||||
#define snprintf _snprintf
|
#define snprintf _snprintf
|
||||||
#define vsnprintf _vsnprintf
|
#define vsnprintf _vsnprintf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue