git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0233ec
)
smb: remove dummy define (this is already done (properly) in vlc_common.h.
author
Rémi Duraffort
<ivoire@videolan.org>
Sat, 4 Jul 2009 10:04:23 +0000
(12:04 +0200)
committer
Rémi Duraffort
<ivoire@videolan.org>
Sat, 4 Jul 2009 10:04:23 +0000
(12:04 +0200)
modules/access/smb.c
patch
|
blob
|
history
diff --git
a/modules/access/smb.c
b/modules/access/smb.c
index
09f6aed
..
0222fac
100644
(file)
--- 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