[vlc-devel] [RFC] Remove vlc_bool_t in favor of bool
Pierre d'Herbemont
pdherbemont at free.fr
Tue Apr 15 07:01:17 CEST 2008
On Apr 14, 2008, at 8:51 AM, Jean-Paul Saman wrote:
> Does beos, solaris, QNX and other ports support it ?
It's C99 standard. #incluse <stdbool.h>. So if the compiler used
supports it, it works. So I guess the answer is yes.
Note, VLC requires a C99 compiler. Please also note that we had:
#define VLC_TRUE true
etc.
So basically we just prefixed the C99 types with vlc_.
thanks,
Pierre.
More information about the vlc-devel
mailing list