From 17bfa0f4657219b84b65c413237da5ec67f574a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Fri, 2 Jan 2004 22:42:03 +0000 Subject: Prepare compilation of win32 xineui under cygwin. Minor MSVC changes and "Xine" typos. CVS patchset: 5977 CVS date: 2004/01/02 22:42:03 --- win32/source/xineint.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'win32/source/xineint.h') diff --git a/win32/source/xineint.h b/win32/source/xineint.h index 88166a7b6..b2071cf78 100644 --- a/win32/source/xineint.h +++ b/win32/source/xineint.h @@ -17,14 +17,18 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * Xine win32 UI + * xine win32 UI * by Matthew Grooms */ -#include "configfile.h" -#include "xine.h" -#include "xineutils.h" #include "video_out_win32.h" +#ifdef XINE_COMPILE +# include "configfile.h" +# include "xine.h" +#else +# include +# include +#endif #include #include -- cgit v1.2.3