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
ecdd1ee8
Commit
ecdd1ee8
authored
Jun 08, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Win32 skins: reorder includes to fix warnings
parent
2c5c36f1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
3 deletions
+15
-3
modules/gui/skins2/commands/cmd_vars.hpp
modules/gui/skins2/commands/cmd_vars.hpp
+4
-0
modules/gui/skins2/vars/time.cpp
modules/gui/skins2/vars/time.cpp
+1
-1
modules/gui/skins2/win32/win32_dragdrop.cpp
modules/gui/skins2/win32/win32_dragdrop.cpp
+1
-2
modules/gui/skins2/win32/win32_dragdrop.hpp
modules/gui/skins2/win32/win32_dragdrop.hpp
+5
-0
modules/gui/skins2/win32/win32_factory.cpp
modules/gui/skins2/win32/win32_factory.cpp
+4
-0
No files found.
modules/gui/skins2/commands/cmd_vars.hpp
View file @
ecdd1ee8
...
...
@@ -24,6 +24,10 @@
#ifndef CMD_VARS_HPP
#define CMD_VARS_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_playlist.h>
...
...
modules/gui/skins2/vars/time.cpp
View file @
ecdd1ee8
...
...
@@ -22,8 +22,8 @@
* 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include <vlc_input.h>
#include "time.hpp"
#include <vlc_input.h>
inline
bool
StreamTime
::
havePosition
()
const
{
...
...
modules/gui/skins2/win32/win32_dragdrop.cpp
View file @
ecdd1ee8
...
...
@@ -24,8 +24,7 @@
#ifdef WIN32_SKINS
#include <windows.h>
#include "win32_dragdrop.hpp"
#include "win32/win32_dragdrop.hpp"
#include "../commands/cmd_add_item.hpp"
#include "../events/evt_dragndrop.hpp"
#include <list>
...
...
modules/gui/skins2/win32/win32_dragdrop.hpp
View file @
ecdd1ee8
...
...
@@ -25,6 +25,11 @@
#ifndef WIN32_DRAGDROP_HPP
#define WIN32_DRAGDROP_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <windows.h>
#include <shellapi.h>
#include <ole2.h>
#include "../src/skin_common.hpp"
...
...
modules/gui/skins2/win32/win32_factory.cpp
View file @
ecdd1ee8
...
...
@@ -24,6 +24,10 @@
#ifdef WIN32_SKINS
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <windows.h>
#include <winuser.h>
#include <wingdi.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