From 0627c48ddea7d304074e1e5fdbc2f282f9dfcad5 Mon Sep 17 00:00:00 2001 From: Bill Nagel Date: Sat, 29 Nov 2014 14:03:53 -0500 Subject: smb: Added internal SMB definitions and structures Added the internal definitions and structures necessary for SMB/CIFS support. --- lib/smb.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/smb.c') diff --git a/lib/smb.c b/lib/smb.c index d0bf36bb1..066c2521b 100644 --- a/lib/smb.c +++ b/lib/smb.c @@ -25,6 +25,8 @@ #if !defined(CURL_DISABLE_SMB) && defined(USE_NTLM) && \ !defined(USE_WINDOWS_SSPI) +#define BUILDING_CURL_SMB_C + #include "smb.h" /* The last #include file should be: */ -- cgit v1.2.3