mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:23:36 +03:00
smb: Added internal SMB definitions and structures
Added the internal definitions and structures necessary for SMB/CIFS support.
This commit is contained in:
parent
7c00ba10da
commit
0627c48dde
2 changed files with 214 additions and 0 deletions
|
|
@ -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: */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue