Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
8cee1ead
Commit
8cee1ead
authored
Jan 11, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Symbian: fix compilation and small include improvement
parent
09dcc596
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
src/symbian/dirs.c
src/symbian/dirs.c
+3
-1
src/symbian/path.cpp
src/symbian/path.cpp
+3
-1
src/symbian/path.h
src/symbian/path.h
+1
-1
No files found.
src/symbian/dirs.c
View file @
8cee1ead
...
@@ -25,10 +25,12 @@
...
@@ -25,10 +25,12 @@
#ifdef HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
# include "config.h"
# include "config.h"
#endif
#endif
#include <vlc_common.h>
#include <vlc_common.h>
#include "../
../../../src/
libvlc.h"
#include "../libvlc.h"
#include <vlc_charset.h>
#include <vlc_charset.h>
#include <vlc_configuration.h>
#include "config/configuration.h"
#include "config/configuration.h"
#include <string.h>
#include <string.h>
...
...
src/symbian/path.cpp
View file @
8cee1ead
...
@@ -22,7 +22,9 @@
...
@@ -22,7 +22,9 @@
#include <string.h>
/* strlen */
#include <string.h>
/* strlen */
#include <utf.h>
/* CnvUtfConverter */
#include <utf.h>
/* CnvUtfConverter */
#include "path.h"
extern
"C"
{
#include "path.h"
}
/*Way to Find AppPrivatePath (A Path where an application can store its private data) */
/*Way to Find AppPrivatePath (A Path where an application can store its private data) */
static
TInt
GetPrivatePath
(
TFileName
&
privatePath
)
static
TInt
GetPrivatePath
(
TFileName
&
privatePath
)
...
...
src/symbian/path.h
View file @
8cee1ead
...
@@ -18,5 +18,5 @@
...
@@ -18,5 +18,5 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
*****************************************************************************/
extern
"C"
char
*
GetConstPrivatePath
(
void
);
char
*
GetConstPrivatePath
(
void
);
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