[vlc-devel] commit: smb: remove dummy define (this is already done (properly) in vlc_common.h. ( Rémi Duraffort )
git version control
git at videolan.org
Sat Jul 4 13:31:23 CEST 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sat Jul 4 12:04:23 2009 +0200| [ad9b410d67c47b4a52bd393e67925b6b14d3f7c2] | committer: Rémi Duraffort
smb: remove dummy define (this is already done (properly) in vlc_common.h.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad9b410d67c47b4a52bd393e67925b6b14d3f7c2
---
modules/access/smb.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/modules/access/smb.c b/modules/access/smb.c
index 09f6aed..0222fac 100644
--- a/modules/access/smb.c
+++ b/modules/access/smb.c
@@ -24,8 +24,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
-
-
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
@@ -44,7 +42,6 @@
# endif
# include <io.h>
# define smbc_open(a,b,c) utf8_open(a,b,c)
-# define stat _stati64
# define smbc_fstat(a,b) _fstati64(a,b)
# define smbc_read read
# define smbc_lseek _lseeki64
More information about the vlc-devel
mailing list