lib/curl_multibyte.c
0 → 100644
+82
−0
lib/curl_multibyte.h
0 → 100644
+40
−0
+35
−26
+1
−0
+35
−5
Loading
SSPI related code now compiles with ANSI and WCHAR versions of security methods (WinCE requires WCHAR versions of methods). Pulled UTF8 to WCHAR conversion methods out of idn_win32.c into their own file. curl_sasl.c - include curl_memory.h to use correct memory functions. getenv.c and telnet.c - WinCE compatibility fix With some committer adjustments