aboutsummaryrefslogtreecommitdiff
path: root/lib/smb.c
diff options
context:
space:
mode:
authorBill Nagel <wnagel@tycoint.com>2014-11-29 14:03:53 -0500
committerSteve Holme <steve_holme@hotmail.com>2014-11-29 20:32:34 +0000
commit0627c48ddea7d304074e1e5fdbc2f282f9dfcad5 (patch)
treec9d8ca21f92b23c43d6e00ebfc3e3b7ba35cf947 /lib/smb.c
parent7c00ba10da81e669b7fcb41d101052200ed3f3ac (diff)
smb: Added internal SMB definitions and structures
Added the internal definitions and structures necessary for SMB/CIFS support.
Diffstat (limited to 'lib/smb.c')
-rw-r--r--lib/smb.c2
1 files changed, 2 insertions, 0 deletions
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: */