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

This commit is contained in:
Yang Tse 2012-07-03 00:14:14 +02:00
parent 33e19f881e
commit e0b9d3b2c9
1 changed files with 5 additions and 1 deletions

View File

@ -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