Commit e0b9d3b2 authored by Yang Tse's avatar Yang Tse
Browse files

curl_ntlm_msgs.c: include <tchar.h> for prototypes

parent 33e19f88
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -33,6 +33,10 @@

#define DEBUG_ME 0

#ifdef USE_WINDOWS_SSPI
#  include <tchar.h>
#endif

#include "urldata.h"
#include "non-ascii.h"
#include "sendf.h"
@@ -42,7 +46,7 @@
#include "curl_multibyte.h"
#include "curl_memory.h"

#if defined(USE_WINDOWS_SSPI)
#ifdef USE_WINDOWS_SSPI
#  include "curl_sspi.h"
#endif