From 9025bf7cc003e8e9981eaf2adc4c614d9bca765c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sun, 26 Sep 2004 22:54:51 +0000 Subject: - almost finalize headers refactoring needed for MSVC frontends (and for other poor platforms, of course) - fix a bug in generated xine-config for WIN32 and make it relocateable under Windows - MSVC port: update, fix some warnings, remove old unneeded files - improve function for getting runtime directory, it will need next fix yet (bug probably due to active volume drives) CVS patchset: 7001 CVS date: 2004/09/26 22:54:51 --- src/xine-engine/buffer.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/xine-engine/buffer.h') diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h index 2c0aca28b..45aceb43e 100644 --- a/src/xine-engine/buffer.h +++ b/src/xine-engine/buffer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2003 the xine project + * Copyright (C) 2000-2004 the xine project * * This file is part of xine, a free video player. * @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: buffer.h,v 1.143 2004/09/09 06:29:20 athp Exp $ + * $Id: buffer.h,v 1.144 2004/09/26 22:54:52 valtri Exp $ * * * contents: @@ -44,12 +44,13 @@ extern "C" { #include #include -#include #include #ifdef XINE_COMPILE +# include # include "attributes.h" #else +# include # include #endif -- cgit v1.2.3