Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
f82fe2f3
Commit
f82fe2f3
authored
Jun 14, 2008
by
Jean-Baptiste Kempf
Browse files
Don't define smb_auth on windows.
parent
86682a8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/smb.c
View file @
f82fe2f3
...
...
@@ -112,13 +112,13 @@ struct access_sys_t
#ifdef WIN32
static
void
Win32AddConnection
(
access_t
*
,
char
*
,
char
*
,
char
*
,
char
*
);
#endif
#else
static
void
smb_auth
(
const
char
*
srv
,
const
char
*
shr
,
char
*
wg
,
int
wglen
,
char
*
un
,
int
unlen
,
char
*
pw
,
int
pwlen
)
{
//wglen = unlen = pwlen = 0;
}
#endif
/****************************************************************************
* Open: connect to smb server and ask for file
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment