Commit 9674a222 authored by Olivier Teulière's avatar Olivier Teulière

Compilation fixes

parent 7bd4a1c0
......@@ -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"
......
......@@ -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;
#ifdef 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 );
......
......@@ -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>
......
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