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
00bcbe8a
Commit
00bcbe8a
authored
Feb 23, 2005
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/misc/modules.c: MSVC compilation fix.
parent
49ee8d5b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
src/misc/modules.c
src/misc/modules.c
+1
-5
No files found.
src/misc/modules.c
View file @
00bcbe8a
...
@@ -39,10 +39,6 @@
...
@@ -39,10 +39,6 @@
#ifdef HAVE_DIRENT_H
#ifdef HAVE_DIRENT_H
# include <dirent.h>
# include <dirent.h>
#elif defined( UNDER_CE )
# include <windows.h>
/* GetFileAttributes() */
#else
# include "../extras/dirent.h"
#endif
#endif
#ifdef HAVE_SYS_TYPES_H
#ifdef HAVE_SYS_TYPES_H
...
@@ -124,7 +120,7 @@
...
@@ -124,7 +120,7 @@
#endif
#endif
#include "network.h"
#include "network.h"
#if defined( WIN32) || defined( UNDER_CE )
#if defined( WIN32
) || defined( UNDER_CE )
/* Avoid name collisions */
/* Avoid name collisions */
# define LoadModule(a,b,c) _LoadModule(a,b,c)
# define LoadModule(a,b,c) _LoadModule(a,b,c)
#endif
#endif
...
...
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