Add utf-8 to MSVC projects and remove lint.

This commit is contained in:
Kurt Zeilenga 2000-01-25 20:22:17 +00:00
parent 4bdd788c68
commit f3cb97e973
3 changed files with 8 additions and 2 deletions

View file

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

View file

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

View file

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