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
9674a222
Commit
9674a222
authored
Mar 18, 2003
by
Olivier Teulière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compilation fixes
parent
7bd4a1c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
12 deletions
+8
-12
modules/gui/skins/src/themeloader.cpp
modules/gui/skins/src/themeloader.cpp
+5
-5
modules/gui/skins/src/themeloader.h
modules/gui/skins/src/themeloader.h
+2
-2
modules/gui/skins/win32/win32_dragdrop.cpp
modules/gui/skins/win32/win32_dragdrop.cpp
+1
-5
No files found.
modules/gui/skins/src/themeloader.cpp
View file @
9674a222
...
...
@@ -2,7 +2,7 @@
* themeloader.cpp: ThemeLoader class
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: themeloader.cpp,v 1.
1 2003/03/18 02:21:47
ipkiss Exp $
* $Id: themeloader.cpp,v 1.
2 2003/03/18 04:56:58
ipkiss Exp $
*
* Authors: Olivier Teulire <ipkiss@via.ecp.fr>
* Emmanuel Puig <karibu@via.ecp.fr>
...
...
@@ -28,15 +28,15 @@
#include <string>
#include <fcntl.h>
//--- VLC -------------------------------------------------------------------
#include <vlc/vlc.h>
#include <vlc/intf.h>
#if defined( HAVE_LIBTAR_H ) && defined( HAVE_ZLIB_H )
# include <zlib.h>
# include <libtar.h>
#endif
//--- VLC -------------------------------------------------------------------
#include <vlc/vlc.h>
#include <vlc/intf.h>
//--- SKIN ------------------------------------------------------------------
#include "os_api.h"
#include "theme.h"
...
...
modules/gui/skins/src/themeloader.h
View file @
9674a222
...
...
@@ -2,7 +2,7 @@
* themeloader.h: ThemeLoader class
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: themeloader.h,v 1.
1 2003/03/18 02:21:47
ipkiss Exp $
* $Id: themeloader.h,v 1.
2 2003/03/18 04:56:58
ipkiss Exp $
*
* Authors: Olivier Teulière <ipkiss@via.ecp.fr>
* Emmanuel Puig <karibu@via.ecp.fr>
...
...
@@ -40,7 +40,7 @@ class ThemeLoader
private:
intf_thread_t
*
p_intf
;
#if
def HAVE_LIBTAR_LIBZ
#if
defined( HAVE_LIBTAR_H ) && defined( HAVE_ZLIB_H )
bool
ExtractTarGz
(
const
string
tarfile
,
const
string
rootdir
);
bool
Extract
(
const
string
FileName
);
void
DeleteTempFiles
(
const
string
Path
);
...
...
modules/gui/skins/win32/win32_dragdrop.cpp
View file @
9674a222
...
...
@@ -2,7 +2,7 @@
* win32_dragdrop.cpp: Win32 implementation of the drag & drop
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: win32_dragdrop.cpp,v 1.
1 2003/03/18 02:21:47
ipkiss Exp $
* $Id: win32_dragdrop.cpp,v 1.
2 2003/03/18 04:56:58
ipkiss Exp $
*
* Authors: Olivier Teulire <ipkiss@via.ecp.fr>
* Emmanuel Puig <karibu@via.ecp.fr>
...
...
@@ -24,10 +24,6 @@
*****************************************************************************/
//--- GENERAL ---------------------------------------------------------------
#include <list>
using
namespace
std
;
//--- WIN32 -----------------------------------------------------------------
#include <windows.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