WINGs: Add detection and local copy for strlcat()/strlcpy()

Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
This commit is contained in:
Tamas TEVESZ
2010-10-07 12:04:29 +02:00
committed by Carlos R. Mafra
parent 51236308d2
commit d2853c8584
3 changed files with 121 additions and 1 deletions
+6 -1
View File
@@ -849,7 +849,12 @@ extern int WCErrorCode;
/*-------------------------------------------------------------------------*/
#ifndef HAVE_STRLCPY
size_t strlcpy(char *, const char *, size_t);
#endif
#ifndef HAVE_STRLCAT
size_t strlcat(char *, const char *, size_t);
#endif
#ifdef __cplusplus
}