mirror of https://github.com/aseprite/aseprite.git
Don't define strlcat() in curl if HAVE_STRLCAT is defined
This commit is contained in:
parent
283f9984bf
commit
72d0ca8d2c
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#ifndef HAVE_STRLCAT
|
||||
#define strlcat(x,y,z) Curl_strlcat(x,y,z)
|
||||
#endif
|
||||
size_t strlcat(char *dst, const char *src, size_t siz);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue