-
Rob Shearman authored
string_binding is of type "const WCHAR *" so we shouldn't be calling strlen on it, we should be calling strlenW on it.
f2e47cc2
string_binding is of type "const WCHAR *" so we shouldn't be calling strlen on it, we should be calling strlenW on it.