Commit f82fe2f3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Don't define smb_auth on windows.

parent 86682a8d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment