Skip to content
Snippets Groups Projects
Commit f3cb97e9 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add utf-8 to MSVC projects and remove lint.

parent 4bdd788c
No related branches found
No related tags found
No related merge requests found
......@@ -359,6 +359,10 @@ SOURCE=.\url.c
# End Source File
# Begin Source File
SOURCE=".\utf-8.c"
# End Source File
# Begin Source File
SOURCE=".\util-int.c"
# End Source File
# End Target
......
......@@ -418,8 +418,6 @@ ber_len_t (ldap_utf8_strspn)( const char *str, const char *set )
/* like strpbrk(), replaces strchr() as well */
char *(ldap_utf8_strpbrk)( const char *str, const char *set )
{
int len;
for( ; *str != '\0'; LDAP_UTF8_INCR(str) ) {
const char *cset;
......
......@@ -352,6 +352,10 @@ SOURCE=..\libldap\url.c
# End Source File
# Begin Source File
SOURCE="..\libldap\utf-8.c"
# End Source File
# Begin Source File
SOURCE="..\libldap\util-int.c"
# End Source File
# End Target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment