mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Don't define strlcat() in curl if HAVE_STRLCAT is defined
This commit is contained in:
parent
283f9984bf
commit
72d0ca8d2c
2
third_party/curl/lib/strequal.h
vendored
2
third_party/curl/lib/strequal.h
vendored
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
#ifndef HAVE_STRLCAT
|
#ifndef HAVE_STRLCAT
|
||||||
#define strlcat(x,y,z) Curl_strlcat(x,y,z)
|
#define strlcat(x,y,z) Curl_strlcat(x,y,z)
|
||||||
#endif
|
|
||||||
size_t strlcat(char *dst, const char *src, size_t siz);
|
size_t strlcat(char *dst, const char *src, size_t siz);
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user