mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-25 15:18:23 +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
|
||||
#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
Block a user