mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:03:39 +03:00
idn: stay in sync with detection in autotools (formatting)
This commit is contained in:
parent
8c6051f0e0
commit
b8e80ce6d0
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ static CURLcode mac_ascii_to_idn(const char *in, char **out)
|
||||||
#ifdef USE_WIN32_IDN
|
#ifdef USE_WIN32_IDN
|
||||||
/* using Windows kernel32 and normaliz libraries. */
|
/* using Windows kernel32 and normaliz libraries. */
|
||||||
|
|
||||||
#if !defined(_WIN32_WINNT) || _WIN32_WINNT < _WIN32_WINNT_VISTA
|
#if !defined(_WIN32_WINNT) || _WIN32_WINNT < 0x600
|
||||||
WINBASEAPI int WINAPI IdnToAscii(DWORD dwFlags,
|
WINBASEAPI int WINAPI IdnToAscii(DWORD dwFlags,
|
||||||
const WCHAR *lpUnicodeCharStr,
|
const WCHAR *lpUnicodeCharStr,
|
||||||
int cchUnicodeChar,
|
int cchUnicodeChar,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue