Changed paths: M lib/curl_sasl_sspi.c Log Message: ----------- sasl_sspi: Fixed SPN not being converted to wchar under Unicode builds
Now it seems only ldap.c is not UNICODE compatible. From MSVC compile of ldap.c with -D_UNICODE: ldap.c(219) : warning C4133: 'function' : incompatible types - from 'char *' to 'PWCHAR' ldap.c(342) : warning C4133: 'function' : incompatible types - from 'char *' to 'const PWCHAR' ... --gv ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
