Commit 8cee1ead authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Symbian: fix compilation and small include improvement

parent 09dcc596
...@@ -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>
......
...@@ -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)
......
...@@ -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);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment