File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 69
69
70
70
#ifdef _WIN32
71
71
# ifdef UNICODE
72
- # undef wcsdup
73
- # undef _wcsdup
74
72
# undef _tcsdup
75
73
# else
76
74
# undef _tcsdup
@@ -155,10 +153,6 @@ extern curl_wcsdup_callback Curl_cwcsdup;
155
153
156
154
#ifdef _WIN32
157
155
# ifdef UNICODE
158
- # undef wcsdup
159
- # define wcsdup (ptr ) Curl_cwcsdup(ptr)
160
- # undef _wcsdup
161
- # define _wcsdup (ptr ) Curl_cwcsdup(ptr)
162
156
# undef _tcsdup
163
157
# define _tcsdup (ptr ) Curl_cwcsdup(ptr)
164
158
# else
Original file line number Diff line number Diff line change @@ -142,10 +142,6 @@ CURL_EXTERN ALLOC_FUNC
142
142
143
143
#ifdef _WIN32
144
144
# ifdef UNICODE
145
- # undef wcsdup
146
- # define wcsdup (ptr ) curl_dbg_wcsdup (ptr , __LINE__ , __FILE__ )
147
- # undef _wcsdup
148
- # define _wcsdup (ptr ) curl_dbg_wcsdup (ptr , __LINE__ , __FILE__ )
149
145
# undef _tcsdup
150
146
# define _tcsdup (ptr ) curl_dbg_wcsdup (ptr , __LINE__ , __FILE__ )
151
147
# else
Original file line number Diff line number Diff line change 65
65
" _tcsncat" => 1,
66
66
" _wcscat" => 1,
67
67
" _wcsncat" => 1,
68
+ " _wcsdup" => 1,
69
+ " wcsdup" => 1,
68
70
" LoadLibrary" => 1,
69
71
" LoadLibraryA" => 1,
70
72
" LoadLibraryW" => 1,
You can’t perform that action at this time.
0 commit comments