mirror of
https://github.com/curl/curl.git
synced 2026-08-24 11:43:38 +03:00
WIN32 MemoryTracking: require UNICODE for wide strdup code support
This commit is contained in:
parent
12d01cb6fa
commit
6bcacff1a5
6 changed files with 25 additions and 21 deletions
|
|
@ -270,7 +270,9 @@
|
|||
# endif
|
||||
# endif
|
||||
# include <tchar.h>
|
||||
typedef wchar_t *(*curl_wcsdup_callback)(const wchar_t *str);
|
||||
# ifdef UNICODE
|
||||
typedef wchar_t *(*curl_wcsdup_callback)(const wchar_t *str);
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue