1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00

- Windows support strcoll too.

This commit is contained in:
Derick Rethans
2004-09-15 12:28:55 +00:00
parent 7795da58e6
commit c68f4bde30

View File

@@ -55,6 +55,7 @@ typedef unsigned int uint;
#define HAVE_STDARG_H 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_STRCOLL 1
#define snprintf _snprintf
#define vsnprintf _vsnprintf