curl_ntlm_msgs.c: include <tchar.h> for prototypes
authorYang Tse <yangsita@gmail.com>
Mon, 2 Jul 2012 22:14:14 +0000 (00:14 +0200)
committerYang Tse <yangsita@gmail.com>
Mon, 2 Jul 2012 22:14:14 +0000 (00:14 +0200)
lib/curl_ntlm_msgs.c

index 0fcfec6..0fa0c9d 100644 (file)
 
 #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