mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:13:33 +03:00
try dropping Curl_cwcsdup
This commit is contained in:
parent
ba0b245a3f
commit
c4db274491
8 changed files with 4 additions and 19 deletions
|
|
@ -41,9 +41,6 @@ curl_free_callback Curl_cfree = (curl_free_callback)free;
|
|||
curl_realloc_callback Curl_crealloc = (curl_realloc_callback)realloc;
|
||||
curl_strdup_callback Curl_cstrdup = (curl_strdup_callback)system_strdup;
|
||||
curl_calloc_callback Curl_ccalloc = (curl_calloc_callback)calloc;
|
||||
#if defined(_WIN32) && defined(UNICODE)
|
||||
curl_wcsdup_callback Curl_cwcsdup = NULL; /* not used in test code */
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) && defined(_DLL)
|
||||
# pragma warning(pop)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue