Browse Source

- Windows support strcoll too.

PHP-5.1
Derick Rethans 22 years ago
parent
commit
c68f4bde30
  1. 1
      Zend/zend_config.w32.h

1
Zend/zend_config.w32.h

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

Loading…
Cancel
Save