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
1917275e
Commit
1917275e
authored
Mar 28, 2007
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Protect header against double inclusion
parent
93f85dc7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
include/vlc_configuration.h
include/vlc_configuration.h
+6
-0
include/vlc_variables.h
include/vlc_variables.h
+4
-1
No files found.
include/vlc_configuration.h
View file @
1917275e
...
...
@@ -27,6 +27,10 @@
#error You are not libvlc or one of its plugins. You cannot include this file
#endif
#ifndef _VLC_CONFIGURATION_H
#define _VLC_CONFIGURATION_H 1
# ifdef __cplusplus
extern
"C"
{
# endif
...
...
@@ -483,3 +487,5 @@ static inline char *config_chain_find_value( config_chain_t *p_cfg, const char *
# ifdef __cplusplus
}
# endif
#endif
/* _VLC_CONFIGURATION_H */
include/vlc_variables.h
View file @
1917275e
...
...
@@ -26,6 +26,9 @@
#error You are not libvlc or one of its plugins. You cannot include this file
#endif
#ifndef _VLC_VARIABLES_H
#define _VLC_VARIABLES_H 1
/**
* \defgroup variables Variables
*
...
...
@@ -598,4 +601,4 @@ static inline char *__var_CreateGetNonEmptyStringCommand( vlc_object_t *p_obj,
/**
* @}
*/
#endif
/* _VLC_VARIABLES_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