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
ac75a9c0
Commit
ac75a9c0
authored
Jan 24, 2008
by
Dennis van Amerongen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/gui/wxwidgets and skins2: add various more config.h in reference to [24525]
parent
3464c8dd
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
0 deletions
+16
-0
modules/gui/skins2/parser/builder.hpp
modules/gui/skins2/parser/builder.hpp
+4
-0
modules/gui/skins2/src/skin_common.hpp
modules/gui/skins2/src/skin_common.hpp
+4
-0
modules/gui/wxwidgets/dialogs/updatevlc.hpp
modules/gui/wxwidgets/dialogs/updatevlc.hpp
+4
-0
modules/gui/wxwidgets/wxwidgets.hpp
modules/gui/wxwidgets/wxwidgets.hpp
+4
-0
No files found.
modules/gui/skins2/parser/builder.hpp
View file @
ac75a9c0
...
@@ -22,6 +22,10 @@
...
@@ -22,6 +22,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifndef BUILDER_HPP
#ifndef BUILDER_HPP
#define BUILDER_HPP
#define BUILDER_HPP
...
...
modules/gui/skins2/src/skin_common.hpp
View file @
ac75a9c0
...
@@ -22,6 +22,10 @@
...
@@ -22,6 +22,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifndef SKIN_COMMON_HPP
#ifndef SKIN_COMMON_HPP
#define SKIN_COMMON_HPP
#define SKIN_COMMON_HPP
...
...
modules/gui/wxwidgets/dialogs/updatevlc.hpp
View file @
ac75a9c0
...
@@ -21,6 +21,10 @@
...
@@ -21,6 +21,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h>
#include <vlc/vlc.h>
#ifdef UPDATE_CHECK
#ifdef UPDATE_CHECK
...
...
modules/gui/wxwidgets/wxwidgets.hpp
View file @
ac75a9c0
...
@@ -21,6 +21,10 @@
...
@@ -21,6 +21,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifndef _WXVLC_WIDGETS_H_
#ifndef _WXVLC_WIDGETS_H_
#define _WXVLC_WIDGETS_H_
#define _WXVLC_WIDGETS_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