mirror of
https://github.com/curl/curl.git
synced 2026-05-30 09:07:33 +03:00
curl_multibyte: fix compiler error
While compiling lib/curl_multibyte.c with '-DUSE_WIN32_IDN' etc. I was
getting:
f:\mingw32\src\inet\curl\lib\memdebug.h(38): error C2054: expected '('
to follow 'CURL_EXTERN'
f:\mingw32\src\inet\curl\lib\memdebug.h(38): error C2085:
'curl_domalloc': not in formal parameter list
This commit is contained in:
parent
994146eb1f
commit
3123dad89c
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@
|
|||
|
||||
#include "curl_setup.h"
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
#if defined(USE_WIN32_IDN) || ((defined(USE_WINDOWS_SSPI) || \
|
||||
defined(USE_WIN32_LDAP)) && defined(UNICODE))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue