mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
Add utf-8 to MSVC projects and remove lint.
This commit is contained in:
parent
4bdd788c68
commit
f3cb97e973
3 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue