Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
96249f8f
Commit
96249f8f
authored
Dec 10, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not redefine vlc_wclosedir (Close #893)
parent
a7a199e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
include/vlc_common.h
include/vlc_common.h
+1
-3
No files found.
include/vlc_common.h
View file @
96249f8f
...
...
@@ -974,15 +974,13 @@ static inline void _SetQWBE( uint8_t *p, uint64_t i_qw )
# include <dirent.h>
VLC_INTERNAL
(
void
*
,
vlc_wopendir
,
(
const
wchar_t
*
)
);
VLC_INTERNAL
(
struct
_wdirent
*
,
vlc_wreaddir
,
(
void
*
)
);
VLC_
EXPORT
(
int
,
vlc_wclosedir
,
(
void
*
)
);
VLC_
INTERNAL
(
int
,
vlc_wclosedir
,
(
void
*
)
);
# define opendir Use_utf8_opendir_or_vlc_wopendir_instead!
# define readdir Use_utf8_readdir_or_vlc_wreaddir_instead!
# define closedir vlc_wclosedir
# define _wopendir vlc_wopendir
# define _wreaddir vlc_wreaddir
# define _wclosedir vlc_wclosedir
#else
# define vlc_wclosedir NULL
#endif
/* Format type specifiers for 64 bits numbers */
...
...
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