Commit bcf186fd authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/skins2/vars/playlist.*: win32 compilation fix (not sure it is the right one).
parent a3eb233d
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* playlist.cpp * playlist.cpp
***************************************************************************** *****************************************************************************
* Copyright (C) 2003 VideoLAN * Copyright (C) 2003 VideoLAN
* $Id: playlist.cpp,v 1.1 2004/01/03 23:31:34 asmax Exp $ * $Id: playlist.cpp,v 1.2 2004/01/04 22:38:49 gbazin Exp $
* *
* Authors: Cyril Deguet <asmax@via.ecp.fr> * Authors: Cyril Deguet <asmax@via.ecp.fr>
* *
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/ *****************************************************************************/
#include <vlc/vlc.h>
#if defined(HAVE_ICONV) #if defined(HAVE_ICONV)
#include <iconv.h> #include <iconv.h>
#include "charset.h" #include "charset.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* playlist.hpp * playlist.hpp
***************************************************************************** *****************************************************************************
* Copyright (C) 2003 VideoLAN * Copyright (C) 2003 VideoLAN
* $Id: playlist.hpp,v 1.1 2004/01/03 23:31:34 asmax Exp $ * $Id: playlist.hpp,v 1.2 2004/01/04 22:38:49 gbazin Exp $
* *
* Authors: Cyril Deguet <asmax@via.ecp.fr> * Authors: Cyril Deguet <asmax@via.ecp.fr>
* Olivier Teulière <ipkiss@via.ecp.fr> * Olivier Teulière <ipkiss@via.ecp.fr>
...@@ -27,6 +27,10 @@ ...@@ -27,6 +27,10 @@
#include "../utils/var_list.hpp" #include "../utils/var_list.hpp"
#ifndef iconv_t
# define iconv_t libiconv_t
typedef void* iconv_t;
#endif
/// Variable for VLC playlist /// Variable for VLC playlist
class Playlist: public VarList class Playlist: public VarList
......
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