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 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include "../../../../src/libvlc.h"
#include "../libvlc.h"
#include <vlc_charset.h>
#include <vlc_configuration.h>
#include "config/configuration.h"
#include <string.h>
......
......@@ -22,7 +22,9 @@
#include <string.h> /* strlen */
#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) */
static TInt GetPrivatePath(TFileName& privatePath)
......
......@@ -18,5 +18,5 @@
* 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