Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
5a731192
Commit
5a731192
authored
Jun 18, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Win32: move 64 bits lseek define to vlc_fs.h
parent
9b53351c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
12 deletions
+1
-12
include/vlc_fs.h
include/vlc_fs.h
+1
-0
modules/access/file.c
modules/access/file.c
+0
-7
modules/access/vdr.c
modules/access/vdr.c
+0
-5
No files found.
include/vlc_fs.h
View file @
5a731192
...
...
@@ -72,6 +72,7 @@ static inline void vlc_rewinddir( DIR *dir )
# ifndef fstat
# define fstat _fstati64
# endif
# define lseek _lseeki64
# endif
#endif
...
...
modules/access/file.c
View file @
5a731192
...
...
@@ -53,13 +53,6 @@
#endif
#include <dirent.h>
#if defined( WIN32 ) && !defined( UNDER_CE )
# ifdef lseek
# undef lseek
# endif
# define lseek _lseeki64
#endif
#include <vlc_common.h>
#include "fs.h"
#include <vlc_input.h>
...
...
modules/access/vdr.c
View file @
5a731192
...
...
@@ -58,11 +58,6 @@ See http://www.vdr-wiki.de/ and http://www.tvdr.de/ for more information.
#include <time.h>
#include <errno.h>
#if defined( WIN32 ) && !defined( UNDER_CE )
# undef lseek
# define lseek _lseeki64
#endif
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_access.h>
...
...
Write
Preview
Markdown
is supported
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