[vlc-devel] Re: Patch for libvlc_internal.h
Damien Fouilleul
Damien.Fouilleul at laposte.net
Fri Aug 25 22:37:54 CEST 2006
Antoine Cellerier wrote:
> On Fri, Aug 25, 2006, Michael Benjamin wrote:
>
>> -#ifndef WIN32
>> +#if !defined(WIN32) && defined(HAVE_X11_XLIB_H)
>> #include <X11/Xlib.h>
>> #endif
>>
>
> Can't you remove the !defined( WIN32 ) here ?
>
>
this header does not even contain anything related to X11, whoever put
it there decided to go for the lazy option. I'm in favor of removing the
#include altogether.
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list