From f82fe2f3cc346069e28085b1d0fcb78566c41204 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sat, 14 Jun 2008 16:51:43 -0700 Subject: [PATCH] Don't define smb_auth on windows. --- modules/access/smb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/access/smb.c b/modules/access/smb.c index ba9b8aa6ad..1d60628970 100644 --- a/modules/access/smb.c +++ b/modules/access/smb.c @@ -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 -- 2.39.5